Browse Source

Merge pull request #1796 from Warlaan/patch-2

Removed an unnecessary and controversial line
Nathan Lovato 6 years ago
parent
commit
2fde98398c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      getting_started/step_by_step/scripting.rst

+ 0 - 4
getting_started/step_by_step/scripting.rst

@@ -62,10 +62,6 @@ a generous donation from Microsoft.
 It has an excellent tradeoff between performance and ease of use,
 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
-Godot and more time can be spent programming with it.
-
 Since Godot uses the `Mono <https://mono-project.com>`_ .NET runtime, in theory
 any third-party .NET library or framework can be used for scripting in Godot, as
 well as any Common Language Infrastructure-compliant programming language, such as