Fix sentence mistake in fsharp.html.markdown

This commit is contained in:
Foo Chuan Wei 2018-06-26 17:43:39 -04:00
parent a5f04d7e53
commit 2dbfcc8faf

View File

@ -306,7 +306,7 @@ module DataTypeExamples =
// ------------------------------------ // ------------------------------------
// Union types (aka variants) have a set of choices // 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 // Use "type" with bar/pipe to define a union type