Fix JSDoc example typo

This commit is contained in:
David Rowe 2018-05-30 10:25:16 +12:00
parent 0db440931e
commit 08cb5c7191

View file

@ -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);
*/