Skip to content
Snippets Groups Projects
Commit c5e00c35 authored by crumbtoo's avatar crumbtoo Committed by Marge Bot
Browse files

user_guide: Fix typo in MultiWayIf chapter

Close #24829
parent 52d62e2a
No related branches found
No related tags found
No related merge requests found
......@@ -57,5 +57,5 @@ Note that multi-way if supports guards other than boolean conditions: ::
if | parseNumbers settings
, Just (exponent, mantissa) <- decomposeNumber str
, let (integralPart, fractionPart) = parse mantissa
, integralPart >= 0 = ...
| otherwise = ...
, integralPart >= 0 -> ...
| otherwise -> ...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment