Skip to content

Commit 589787a

Browse files
fix: err msg
1 parent 0cb91c6 commit 589787a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pub fn glob_with(pattern: &str, options: MatchOptions) -> Result<Paths, PatternE
237237
_ => {
238238
return Err(PatternError {
239239
pos: 1,
240-
msg: "'~' not followed by user name.",
240+
msg: "'~' not followed by '/' or user name.",
241241
})
242242
}
243243
};

0 commit comments

Comments
 (0)