Git commit c42a26477b820e612772e7b93887766f690fa20a by Yuri Chornoivan. Committed on 17/01/2017 at 21:36. Pushed by yurchor into branch 'master'.
Fix minor typos M +2 -2 doc/rkwardplugins/index.docbook https://commits.kde.org/rkward/c42a26477b820e612772e7b93887766f690fa20a diff --git a/doc/rkwardplugins/index.docbook b/doc/rkwardplugins/index.docbook index f2cd4ab1..70411894 100644 --- a/doc/rkwardplugins/index.docbook +++ b/doc/rkwardplugins/index.docbook @@ -4128,7 +4128,7 @@ different types, using modifiers may lead to errors. For <replaceable>fixed_valu </varlistentry> <varlistentry> <term>id</term> - <listitem><para>An optional identifier string for this &pluginmap;. Specifying this allows third authors to refer to and load your &pluginmap; from theirs (see <link linkend="chapter_dependencies">chapter on handling dependencies</link>.</para></listitem> + <listitem><para>An optional identifier string for this &pluginmap;. Specifying this allows third authors to refer to and load your &pluginmap; from theirs (see <link linkend="chapter_dependencies">chapter on handling dependencies</link>).</para></listitem> </varlistentry> <varlistentry> <term>priority</term> @@ -4146,7 +4146,7 @@ different types, using modifiers may lead to errors. For <replaceable>fixed_valu </varlistentry> <varlistentry> <term>R_min_version, R_max_version</term> - <listitem><para>Minimum and maximum allowed version of &rkward;. Version specifications may <emphasis>not</emphasis> include non-numeric suffixes, like "0.5.7z-devel1". The R version dependency will be shown on the plugins' help pages, but does not have any direct effect, as of &rkward; 0.6.1. <link linkend="sect_dependencies_r_version">More information</link>. Optional; if not specified, no minimum / maximum version of &r; will be required.</para></listitem> + <listitem><para>Minimum and maximum allowed version of &r;. Version specifications may <emphasis>not</emphasis> include non-numeric suffixes, like "0.5.7z-devel1". The R version dependency will be shown on the plugins' help pages, but does not have any direct effect, as of &rkward; 0.6.1. <link linkend="sect_dependencies_r_version">More information</link>. Optional; if not specified, no minimum / maximum version of &r; will be required.</para></listitem> </varlistentry> </variablelist> <para>Child elements:</para>
