Browse Source

Fix wrongly formated list in common optimizations (#3849)

Clay John 5 years ago
parent
commit
1b523c77c3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tutorials/optimization/general_optimization.rst

+ 2 - 1
tutorials/optimization/general_optimization.rst

@@ -52,7 +52,8 @@ Probably the most important tool for optimization is the ability to measure
 performance - to identify where bottlenecks are, and to measure the success of
 our attempts to speed them up.
 
-There are several methods of measuring performance, including :
+There are several methods of measuring performance, including:
+
 * Putting a start / stop timer around code of interest
 * Using the Godot profiler
 * Using external third party profilers