Skip to content

Commit

Permalink
Nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Aug 28, 2023
1 parent 8498155 commit 269690a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/help/h_jsonsettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ class=\"settings-jpath\">decision</code> is an array with one entry per
<code class=\"language-json\">\"reset\"</code>
or
<code class=\"language-json\">\"SETTINGNAME_reset\"</code>
to true. For instance, this delete all topics:</p>
to true. For instance, this deletes all topics:</p>
<pre class=\"sample\"><code class=\"langage-json\">{
\"topic_reset\": true, \"topic\": []
}</code></pre>
<p>This, on the other hand, will have no effect (the JSON mentions no
topics, so <em>all</em> topic subsettings remain unchanged).
<p>This, on the other hand, has no effect (the JSON mentions no
topics, so <em>all</em> topic subsettings remain unchanged):
<pre class=\"sample\"><code class=\"langage-json\">{
\"topic\": []
Expand Down

0 comments on commit 269690a

Please sign in to comment.