Skip to content

Commit

Permalink
textops: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Gupta authored and miconda committed Jun 24, 2022
1 parent 65a484d commit c5cd400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/textops/doc/textops_admin.xml
Expand Up @@ -1711,7 +1711,7 @@ if(is_privacy("id"))
Function can be used from all kinds of routes.
</para>
<example>
<title><function>in_list()</function> usage</title>
<title><function>in_list</function> usage</title>
<programlisting format="linespecific">
...
$var(subject) = "fi";
Expand All @@ -1735,7 +1735,7 @@ if (in_list("$var(subject)", "$var(list)", ",")) {
Function can be used from all kinds of routes.
</para>
<example>
<title><function>in_list()</function> usage</title>
<title><function>in_list_prefix</function> usage</title>
<programlisting format="linespecific">
...
$var(subject) = "final";
Expand Down

0 comments on commit c5cd400

Please sign in to comment.