summaryrefslogtreecommitdiff
path: root/doc/classes/EngineProfiler.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/EngineProfiler.xml')
-rw-r--r--doc/classes/EngineProfiler.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EngineProfiler.xml b/doc/classes/EngineProfiler.xml
index 88780b1a41..60817338b8 100644
--- a/doc/classes/EngineProfiler.xml
+++ b/doc/classes/EngineProfiler.xml
@@ -5,7 +5,7 @@
</brief_description>
<description>
This class can be used to implement custom profilers that are able to interact with the engine and editor debugger.
- See [EngineDebugger] and [EditorDebuggerPlugin] for more informations.
+ See [EngineDebugger] and [EditorDebuggerPlugin] for more information.
</description>
<tutorials>
</tutorials>
@@ -24,7 +24,7 @@
<argument index="2" name="physics_time" type="float" />
<argument index="3" name="physics_frame_time" type="float" />
<description>
- Called once every engine iteration when the profiler is active with informations about the current frame.
+ Called once every engine iteration when the profiler is active with information about the current frame.
</description>
</method>
<method name="_toggle" qualifiers="virtual">