Skip to content

Commit

Permalink
Update message to suggested wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed Oct 11, 2020
1 parent c044bcf commit 2d4d77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fsharp/FSComp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ notAFunctionButMaybeDeclaration,"This value is not a function and cannot be appl
3351,chkFeatureNotRuntimeSupported,"Feature '%s' is not supported by target runtime."
3352,typrelInterfaceMemberNoMostSpecificImplementation,"Interface member '%s' does not have a most specific implementation."
3353,chkFeatureNotSupportedInLibrary,"Feature '%s' requires the F# library for language version %s or greater."
3360,parsEqualsMissingInTypeDefinition,"Unexpected symbol in type definition. Did you forget to use the = operator?"
3360,parsEqualsMissingInTypeDefinition,"Unexpected token in type definition. Expected '='."
useSdkRefs,"Use reference assemblies for .NET framework references when available (Enabled by default)."
optsLangVersion,"Display the allowed values for language version, specify language version such as 'latest' or 'preview'"
optsSupportedLangVersions,"Supported language versions:"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ type X | A | B
FSharpErrorSeverity.Error
3360
(2, 8, 2, 9)
"Unexpected symbol in type definition. Did you forget to use the = operator?"
"Unexpected token in type definition. Expected '='."

0 comments on commit 2d4d77f

Please sign in to comment.