We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f07a2 commit 59f655aCopy full SHA for 59f655a
doc/ref/stdlib.html
@@ -1599,7 +1599,7 @@ <h3 id="sets">Sets</h3>
1599
<p>Sets are represented as ordered arrays without duplicates.</p>
1600
<p>
1601
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>.
+ on arrays passed to them to work. This can be guarenteed by using <code>std.set(arr)</code>.
1603
If that is not the case, the functions will quietly return non-meaningful results.
1604
</p>
1605
0 commit comments