Skip to content

Commit 1e26018

Browse files
committed
quote: with/finally
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 6cb7aea commit 1e26018

14 files changed

+27
-27
lines changed

src/Compiler/FSComp.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ keywordDescriptionStatic,"Used to indicate a method or property that can be call
14621462
keywordDescriptionStruct,"Used to declare a structure type. Also used in generic parameter constraints."
14631463
keywordDescriptionThen,"Used in conditional expressions. Also used to perform side effects after object construction."
14641464
keywordDescriptionTo,"Used in for loops to indicate a range."
1465-
keywordDescriptionTry,"Used to introduce a block of code that might generate an exception. Used together with with or finally."
1465+
keywordDescriptionTry,"Used to introduce a block of code that might generate an exception. Used together with 'with' or 'finally'."
14661466
keywordDescriptionType,"Used to declare a class, record, structure, discriminated union, enumeration type, unit of measure, or type abbreviation."
14671467
keywordDescriptionTypeTest,"Used to check if an object is of the given type in a pattern or binding."
14681468
keywordDescriptionUpcast,"Used to convert to a type that is higher in the inheritance chain."

src/Compiler/xlf/FSComp.txt.cs.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.de.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.es.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.fr.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.it.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.ja.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.ko.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.pl.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.pt-BR.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.ru.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.tr.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.zh-Hans.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Compiler/xlf/FSComp.txt.zh-Hant.xlf

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)