Skip to content

Commit

Permalink
Better wording/formatting in the docs (google#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarzowski authored and sparkprime committed Feb 4, 2019
1 parent 45a2c98 commit 0ebb1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ref/stdlib.html
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ <h4 id="set">std.set(arr)</h4>
<div class="hgroup">
<div class="hgroup-inline">
<div class="panel">
<p>Syntax sugar for std.uniq(std.sort(arr)).</p>
<p>Shortcut for std.uniq(std.sort(arr)).</p>
</div>
<div style="clear: both"></div>
</div>
Expand Down Expand Up @@ -1704,7 +1704,7 @@ <h4 id="base64">std.base64(v)</h4>
<div class="hgroup-inline">
<div class="panel">
<p>
Encodes the given value into a base64 string. The encoding sequence is A-Za-z0-9+/ with =
Encodes the given value into a base64 string. The encoding sequence is <code>A-Za-z0-9+/</code> with <code>=</code>
to pad the output to a multiple of 4 characters. The value can be a string or an array of
numbers, but the codepoints / numbers must be in the 0 to 255 range. The resulting string
has no line breaks.
Expand Down

0 comments on commit 0ebb1b3

Please sign in to comment.