Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fsharp/FSComp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ keywordDescriptionTo,"Used in for loops to indicate a range."
keywordDescriptionTry,"Used to introduce a block of code that might generate an exception. Used together with with or finally."
keywordDescriptionType,"Used to declare a class, record, structure, discriminated union, enumeration type, unit of measure, or type abbreviation."
keywordDescriptionUpcast,"Used to convert to a type that is higher in the inheritance chain."
keywordDescriptionUse,"Used instead of let for values that implement IDisposable""
keywordDescriptionUse,"Used instead of let for values that implement IDisposable"
keywordDescriptionUseBang,"Used instead of let! in computation expressions for computation expression results that implement IDisposable."
keywordDescriptionVal,"Used in a signature to indicate a value, or in a type to declare a member, in limited situations."
keywordDescriptionVoid,"Indicates the .NET void type. Used when interoperating with other .NET languages."
Expand Down