Skip to content

Commit 4d32768

Browse files
committed
fix html entities
1 parent f2cfbce commit 4d32768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/messages.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6512,7 +6512,7 @@ if (shouldCalcHalting && (calculateHaltingProbability() > 0) { }
65126512
<p>
65136513
and instead of
65146514
<code><pre>
6515-
baubles.stream().map(Bauble::getName).count() < 1;
6515+
baubles.stream().map(Bauble::getName).count() &lt; 1;
65166516
</pre></code>
65176517
do
65186518
<code></pre>

0 commit comments

Comments
 (0)