Skip to content

Commit

Permalink
Update parser.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ondřej Čertík <[email protected]>
  • Loading branch information
prsabahrami and certik authored Sep 8, 2024
1 parent 8c28dd9 commit 18c11a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/deno_task_shell/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ pub enum WordPart {
Command(SequentialList),
/// Quoted string (ex. `"hello"` or `'test'`)
Quoted(Vec<WordPart>),
/// Tilde prefix (ex. `~user/path`)
/// Tilde prefix (ex. `~user/path` or `~/bin`)
Tilde(TildePrefix),
}

Expand Down

0 comments on commit 18c11a6

Please sign in to comment.