]> git.donarmstrong.com Git - perltidy.git/commitdiff
Fix -fse default in docs
authorDaniel Mita <mienaikage@users.noreply.github.com>
Wed, 11 Nov 2020 16:05:46 +0000 (16:05 +0000)
committerGitHub <noreply@github.com>
Wed, 11 Nov 2020 16:05:46 +0000 (16:05 +0000)
docs/perltidy.html

index 52c68cc32ca18ea81af2da4b627ffb9cc0865b9e..05265c68e367732a07521915126a91d20acedf95 100644 (file)
 <dt id="fse-string---format-skipping-end-string"><b>-fse=string</b>, <b>--format-skipping-end=string</b></dt>
 <dd>
 
-<p>The <b>-fse=string</b> is the corresponding parameter used to change the ending marker for format skipping. The default is equivalent to -fse=&#39;#&lt;&lt;&lt;&#39;.</p>
+<p>The <b>-fse=string</b> is the corresponding parameter used to change the ending marker for format skipping. The default is equivalent to -fse=&#39;#&gt;&gt;&gt;&#39;.</p>
 
 <p>The beginning and ending strings may be the same, but it is preferable to make them different for clarity.</p>