mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix typo in docs
This commit is contained in:
parent
785e0d5ef6
commit
c748d88c0d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,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