Skip to content

Commit 5561524

Browse files
committed
Fixed typos in custom_performance_monitors.rst
Changed Monitor to Monitors and added missing colon in the link to Performance.add_custom_monitor
1 parent 1aa3047 commit 5561524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/scripting/debug/custom_performance_monitors.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Introduction
77
------------
88

99
As explained in the :ref:`doc_debugger_panel` documentation, Godot features a
10-
**Debugger > Monitor** bottom panel that allows tracking various values with
10+
**Debugger > Monitors** bottom panel that allows tracking various values with
1111
graphs showing their evolution over time. The data for those graphs is sourced
1212
from the engine's :ref:`class_Performance` singleton.
1313

14-
Since Godot 4.0, you can declare custom values to be displayed in this Monitor
14+
Since Godot 4.0, you can declare custom values to be displayed in the Monitors
1515
tab. Example use cases for custom performance monitors include:
1616

1717
- Displaying performance metrics that are specific to your project. For
@@ -59,7 +59,7 @@ The main scene features a :ref:`class_Timer` node with the following script atta
5959

6060

6161
The second parameter of
62-
ref:`Performance.add_custom_monitor<class_Performance_method_add_custom_monitor>`
62+
:ref:`Performance.add_custom_monitor<class_Performance_method_add_custom_monitor>`
6363
is a :ref:`class_Callable`.
6464

6565
``enemy.tscn`` is a scene with a Node2D root node and Timer child node. The

0 commit comments

Comments
 (0)