Skip to content

Commit 21aeca3

Browse files
authored
Merge pull request #121 from kpcyrd/typo
Fix typo in `expand_files` documentation
2 parents 00fb3a8 + a9cc076 commit 21aeca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/argument_parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn get_search_targets(args: &[String]) -> Vec<Cow<str>> {
2828
.collect()
2929
}
3030

31-
/// Exapnds @file arguments into the file's contents
31+
/// Expands @file arguments into the file's contents
3232
pub fn expand_files(args: &[String]) -> Vec<String> {
3333
let mut expanded = Vec::with_capacity(args.len());
3434

0 commit comments

Comments
 (0)