mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix comment mistaken for doc test
This commit is contained in:
parent
9273c74c70
commit
132ba77a47
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ pub struct ExprParseOptions {
|
|||
/// Check for the `->` token, and raise an error if found
|
||||
/// This is usually true, but false in if-guards
|
||||
///
|
||||
/// Just foo if foo == 2 -> ...
|
||||
/// > Just foo if foo == 2 -> ...
|
||||
check_for_arrow: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue