Skip to content

Commit 8824206

Browse files
committed
make contributing clearer
Signed-off-by: Luke-zhang-04 <[email protected]>
1 parent 3d94170 commit 8824206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub fn cargo(contents: &str) -> Result<usize> {
100100
package_managers.insert(
101101
String::from("Cargo.toml"), // File name
102102

103-
// Parser function, then writeln! macro
103+
// Parser function, then the corresponding element from the PackageManager enum
104104
(package_parser::cargo, package_manager::PackageManager::Cargo),
105105
);
106106
```

0 commit comments

Comments
 (0)