We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00fb3a8 + a9cc076 commit 21aeca3Copy full SHA for 21aeca3
src/argument_parser.rs
@@ -28,7 +28,7 @@ pub fn get_search_targets(args: &[String]) -> Vec<Cow<str>> {
28
.collect()
29
}
30
31
-/// Exapnds @file arguments into the file's contents
+/// Expands @file arguments into the file's contents
32
pub fn expand_files(args: &[String]) -> Vec<String> {
33
let mut expanded = Vec::with_capacity(args.len());
34
0 commit comments