From 4c1f7466d453562f0fa2fbef0e76320d9f575b08 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 11 Dec 2019 09:31:29 +1300 Subject: [PATCH] Typo --- interface/src/scripting/RatesScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/scripting/RatesScriptingInterface.h b/interface/src/scripting/RatesScriptingInterface.h index 9806a6517e..6feef94d17 100644 --- a/interface/src/scripting/RatesScriptingInterface.h +++ b/interface/src/scripting/RatesScriptingInterface.h @@ -25,7 +25,7 @@ * * @property {number} render - The rate at which new GPU frames are being created, in Hz. * Read-only. - * @property {number} present - The rate at which the display plugin is presenting to the display device, in Hz + * @property {number} present - The rate at which the display plugin is presenting to the display device, in Hz. * Read-only. * @property {number} newFrame - The rate at which the display plugin is presenting new GPU frames, in Hz. * Read-only.