Browse Source

Fix typo in CPU optimization (#4380)

LightningAA 4 years ago
parent
commit
566e86bec2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/performance/cpu_optimization.rst

+ 1 - 1
tutorials/performance/cpu_optimization.rst

@@ -179,7 +179,7 @@ languages.
 C#
 C#
 ~~
 ~~
 
 
-:ref:`C# <toc-learn-scripting-C#>` is popular and has first-class support in Godot.It
+:ref:`C# <toc-learn-scripting-C#>` is popular and has first-class support in Godot. It
 offers a good compromise between speed and ease of use. Beware of possible
 offers a good compromise between speed and ease of use. Beware of possible
 garbage collection pauses and leaks that can occur during gameplay, though. A
 garbage collection pauses and leaks that can occur during gameplay, though. A
 common approach to workaround issues with garbage collection is to use *object
 common approach to workaround issues with garbage collection is to use *object