Fix typo in docs

This commit is contained in:
Richard Feldman 2022-10-26 13:43:36 -04:00
parent 785e0d5ef6
commit c748d88c0d
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -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,
}