diff options
author | Adam Bard <github@adambard.com> | 2018-08-01 21:00:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 21:00:15 -0700 |
commit | 8a6a3db546868f8c159e61eec6f89b8a83efd25a (patch) | |
tree | a1845da7227975f5ff5a5b69e0e5a93242a40daf /fsharp.html.markdown | |
parent | 273e91dcdfdf6b991b47b79826366a88ee80a9d3 (diff) | |
parent | 2dbfcc8faf8c5f1b144a0b0387ac545bf17a3a75 (diff) |
Merge pull request #3145 from foochuanwei/fsharp-en
[fsharp/en] Fix sentence mistake
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 |