소스 검색

Merge pull request #9875 from gachipan/patch-2

Remove confusing end of sentence from the_profiler.rst documentation
Matthew 1 년 전
부모
커밋
ff5a7fca77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/scripting/debug/the_profiler.rst

+ 1 - 1
tutorials/scripting/debug/the_profiler.rst

@@ -28,7 +28,7 @@ game and report back to the debugger, so it's off by default.
 
 To begin profiling, click on the **Start** button in the top-left. Run your game
 and data will start appearing. You can also start profiling at any time before
-or during gameplay, depending on if you want.
+or during gameplay.
 
 .. note::