Procházet zdrojové kódy

Update profiling.md

Masih Akbari před 6 roky
rodič
revize
8f9e7ad2fd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 
-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
 function on_reload(self)