소스 검색

Update profiling.md

Masih Akbari 6 년 전
부모
커밋
8f9e7ad2fd
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
 
-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)