[education/rkward] doc/rkwardplugins: Fix minor typos
Josep M. Ferrer
null at kde.org
Thu May 8 09:01:13 BST 2025
Git commit 26951915b3cd18f1b4a7cdc9849ac40a4baeed92 by Josep M. Ferrer.
Committed on 08/05/2025 at 08:01.
Pushed by jferrer into branch 'master'.
Fix minor typos
M +2 -2 doc/rkwardplugins/index.docbook
https://invent.kde.org/education/rkward/-/commit/26951915b3cd18f1b4a7cdc9849ac40a4baeed92
diff --git a/doc/rkwardplugins/index.docbook b/doc/rkwardplugins/index.docbook
index 7b1fa3041..e8a55477d 100644
--- a/doc/rkwardplugins/index.docbook
+++ b/doc/rkwardplugins/index.docbook
@@ -1685,9 +1685,9 @@ This chapter contains information on some topics that are useful only to certain
Secondly, as the user may make changes, quickly, more than one command may have been generated, before we receive any result. Thus, you'll need to make sure to act on the most recent
command, only.
</para>
[suppressed due to size limit]
[suppressed due to size limit]
be helpful, during development, to insert a <command>Sys.sleep(1);</command> into your R command, to see what happens, when a command does not complete, immediately.</para>
- <para>Finally, to deal with multiple commands being generated, you can specify a second argument to <command>new RCommand()</command>, ("myid", in this example). Any comands with the same (freely chosen) identifier will be understood to belong to the same queue. RKWard will then make sure that only the latest command will actually trigger the <command>.then()</command> block, while any obsoleted commands will arrive in the
+ <para>Finally, to deal with multiple commands being generated, you can specify a second argument to <command>new RCommand()</command>, ("myid", in this example). Any commands with the same (freely chosen) identifier will be understood to belong to the same queue. RKWard will then make sure that only the latest command will actually trigger the <command>.then()</command> block, while any obsoleted commands will arrive in the
<command>.catch()</command> block. Here, obsoleted commands can be identified, as the string "outdated" is passed as their value, while for any other possible errors, the warnings, and error messages are passed along.
</para>
<para>Note that this example is somewhat simplified. In reality you should take additional precautions, ⪚ to avoid putting an extreme amount of levels into the selector. The good news
More information about the kde-doc-english
mailing list