From 08cb5c71918d099c55f4c261e462a6d4418b0e9a Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 30 May 2018 10:25:16 +1200 Subject: [PATCH] Fix JSDoc example typo --- interface/src/scripting/WindowScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/scripting/WindowScriptingInterface.h b/interface/src/scripting/WindowScriptingInterface.h index adb1cb29d9..37cb44463b 100644 --- a/interface/src/scripting/WindowScriptingInterface.h +++ b/interface/src/scripting/WindowScriptingInterface.h @@ -351,7 +351,7 @@ public slots: * * var notify = true; * var animated = true; - * var aspect = 1920 / 1080f; + * var aspect = 1920 / 1080; * var filename = ""; * Window.takeSnapshot(notify, animated, aspect, filename); */