Skip to content

Commit 84c9e70

Browse files
authored
Add missing words describing "otherwise" (documentationjs#332)
1 parent cc1cc97 commit 84c9e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/Pattern-Matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ compare x y | x < y = LT
174174
compare _ _ = EQ
175175
```
176176

177-
(The name `otherwise` is a synonym for `true` commonly used in guards.)
177+
(The name `otherwise` is a synonym for `true` and is commonly used in guards.)
178178

179179
Guards may also be used within `case` expressions, which allow for inline expressions. For example, these are equivalent:
180180

0 commit comments

Comments
 (0)