diff options
author | Foo Chuan Wei <chuan.foo@mail.mcgill.ca> | 2018-06-26 17:43:39 -0400 |
---|---|---|
committer | Foo Chuan Wei <chuan.foo@mail.mcgill.ca> | 2018-06-26 17:43:39 -0400 |
commit | 2dbfcc8faf8c5f1b144a0b0387ac545bf17a3a75 (patch) | |
tree | 9de496e3d9909609d4a1b0b472a5f736d97d120f /fsharp.html.markdown | |
parent | a5f04d7e5350274a68bcec7361e4b7beefcf7829 (diff) |
Fix sentence mistake in fsharp.html.markdown
Diffstat (limited to 'fsharp.html.markdown')
-rw-r--r-- | fsharp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fsharp.html.markdown b/fsharp.html.markdown index bbf477ba..dd85552d 100644 --- a/fsharp.html.markdown +++ b/fsharp.html.markdown @@ -306,7 +306,7 @@ module DataTypeExamples = // ------------------------------------ // Union types (aka variants) have a set of choices - // Only case can be valid at a time. + // Only one case can be valid at a time. // ------------------------------------ // Use "type" with bar/pipe to define a union type |