Skip to content

Commit 0ebb1b3

Browse files
sbarzowskisparkprime
authored andcommitted
Better wording/formatting in the docs (#600)
1 parent 45a2c98 commit 0ebb1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/ref/stdlib.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ <h4 id="set">std.set(arr)</h4>
15911591
<div class="hgroup">
15921592
<div class="hgroup-inline">
15931593
<div class="panel">
1594-
<p>Syntax sugar for std.uniq(std.sort(arr)).</p>
1594+
<p>Shortcut for std.uniq(std.sort(arr)).</p>
15951595
</div>
15961596
<div style="clear: both"></div>
15971597
</div>
@@ -1704,7 +1704,7 @@ <h4 id="base64">std.base64(v)</h4>
17041704
<div class="hgroup-inline">
17051705
<div class="panel">
17061706
<p>
1707-
Encodes the given value into a base64 string. The encoding sequence is A-Za-z0-9+/ with =
1707+
Encodes the given value into a base64 string. The encoding sequence is <code>A-Za-z0-9+/</code> with <code>=</code>
17081708
to pad the output to a multiple of 4 characters. The value can be a string or an array of
17091709
numbers, but the codepoints / numbers must be in the 0 to 255 range. The resulting string
17101710
has no line breaks.

0 commit comments

Comments
 (0)