Skip to content

Commit 59f655a

Browse files
julienveysparkprime
authored andcommitted
Fix code formatting in website (stdlib)
1 parent 30f07a2 commit 59f655a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ref/stdlib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ <h3 id="sets">Sets</h3>
15991599
<p>Sets are represented as ordered arrays without duplicates.</p>
16001600
<p>
16011601
Note that the <code>std.set*</code> functions rely on the uniqueness and ordering
1602-
on arrays passed to them to work. This can be guarenteed by using <code>std.set(arr)<code>.
1602+
on arrays passed to them to work. This can be guarenteed by using <code>std.set(arr)</code>.
16031603
If that is not the case, the functions will quietly return non-meaningful results.
16041604
</p>
16051605
<p>

0 commit comments

Comments
 (0)