Add missing paren in example

pull/579/head
Wilfred Hughes 2023-09-28 01:05:58 +07:00
parent 1a7cd39b36
commit 6805939c66
1 changed files with 1 additions and 1 deletions

@ -89,7 +89,7 @@ This case is similar to the expanding delimiter case.
(foo (novel) (bar)) (foo (novel) (bar))
``` ```
Desired result: <code>(foo <span style="background-color:PaleGreen; color: #000">(novel)</span> (bar)</code> Desired result: <code>(foo <span style="background-color:PaleGreen; color: #000">(novel)</span> (bar))</code>
It is easy to end up with It is easy to end up with
<code>(foo (<span style="background-color:PaleGreen; color: #000">novel</span>) <span style="background-color:PaleGreen; color: #000">(</span>bar<span style="background-color:PaleGreen; color: #000">)</span>)</code>, <code>(foo (<span style="background-color:PaleGreen; color: #000">novel</span>) <span style="background-color:PaleGreen; color: #000">(</span>bar<span style="background-color:PaleGreen; color: #000">)</span>)</code>,