Skip to content

Commit f8526d6

Browse files
committed
lint
1 parent a738533 commit f8526d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/discriminated-unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ type Shape =
192192

193193
## `.Is*` properties on cases
194194

195-
Since F# 9, discriminated unions expose auto-generated `.Is*` properties for each case, allowing you to check if a value is of a particular case.
195+
Since F# 9, discriminated unions expose auto-generated `.Is*` properties for each case, allowing you to check if a value is of a particular case.
196196

197197
This is how it can be used:
198198

0 commit comments

Comments
 (0)