From 92eb418690695f376696befd923c04ce1a67e3c8 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 12 Jun 2019 10:50:37 +1200 Subject: [PATCH] Doc review --- libraries/ui/src/ui/TabletScriptingInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ui/src/ui/TabletScriptingInterface.h b/libraries/ui/src/ui/TabletScriptingInterface.h index 98a7f054ac..afd77a15f6 100644 --- a/libraries/ui/src/ui/TabletScriptingInterface.h +++ b/libraries/ui/src/ui/TabletScriptingInterface.h @@ -298,7 +298,7 @@ public: * Displays a QML dialog over the top of the current dialog, without closing the current dialog. Use * {@link TabletProxy#popFromStack|popFromStack} to close the dialog. *

If the current dialog or its ancestors contain a QML StackView with objectName: "stack" and - * function pushSource(path), that functions is called; otherwise, + * function pushSource(path), that function is called; otherwise, * {@link TabletProxy#loadQMLSource|loadQMLSource} is called. The Create app provides an example of using a QML * StackView.

* @function TabletProxy#pushOntoStack