Преглед изворни кода

Merge pull request #21 from MasihAkbari/patch-1

Update profiling.md and fix typo
Björn Ritzl пре 6 година
родитељ
комит
5f08bd5bd4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/en/manuals/profiling.md

+ 1 - 1
docs/en/manuals/profiling.md

@@ -9,7 +9,7 @@ Defold includes a set of profiling tools that are integrated with the engine and
 
 
 ## The runtime visual profiler
 ## The runtime visual profiler
 
 
-Debug builds feature a runtime visual profiler that displays live information rendered overlayed on top of the running application. It is turned on and off my sending a message named "toggle_profile" to the "system" socket:
+Debug builds feature a runtime visual profiler that displays live information rendered overlayed on top of the running application. It is turned on and off by sending a message named "toggle_profile" to the "system" socket:
 
 
 ```lua
 ```lua
 function on_reload(self)
 function on_reload(self)