Skip to content

Commit

Permalink
Update wdl-grammar/src/lexer/v1.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Frantz <[email protected]>
  • Loading branch information
peterhuene and a-frantz authored Jan 17, 2025
1 parent d9bf626 commit 85ecef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl-grammar/src/lexer/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ pub enum Token {
/// The `else` keyword.
#[token("else")]
ElseKeyword,
/// The `else` keyword.
/// The `env` keyword.
#[token("env")]
EnvKeyword,
/// The `false` keyword.
Expand Down

0 comments on commit 85ecef0

Please sign in to comment.