From b4807282193087f90da52258c65e1b75b954cafe Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Wed, 4 Apr 2018 18:48:24 +0200 Subject: [PATCH] Scripting: Revert typo --- getting_started/step_by_step/scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/scripting.rst b/getting_started/step_by_step/scripting.rst index 8f0378b6c..f105d6192 100644 --- a/getting_started/step_by_step/scripting.rst +++ b/getting_started/step_by_step/scripting.rst @@ -60,7 +60,7 @@ written for it, and support was added thanks to a generous donation from Microsoft. It has an excellent tradeoff between performance and ease of use, -although one must of its garbage collector. +although one must be aware of its garbage collector. C# is usually the best choice for companies. The large amount of programmers familiar with it means less time can be spent learning