File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1591,7 +1591,7 @@ <h4 id="set">std.set(arr)</h4>
1591
1591
< div class ="hgroup ">
1592
1592
< div class ="hgroup-inline ">
1593
1593
< div class ="panel ">
1594
- < p > Syntax sugar for std.uniq(std.sort(arr)).</ p >
1594
+ < p > Shortcut for std.uniq(std.sort(arr)).</ p >
1595
1595
</ div >
1596
1596
< div style ="clear: both "> </ div >
1597
1597
</ div >
@@ -1704,7 +1704,7 @@ <h4 id="base64">std.base64(v)</h4>
1704
1704
< div class ="hgroup-inline ">
1705
1705
< div class ="panel ">
1706
1706
< 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 >
1708
1708
to pad the output to a multiple of 4 characters. The value can be a string or an array of
1709
1709
numbers, but the codepoints / numbers must be in the 0 to 255 range. The resulting string
1710
1710
has no line breaks.
You can’t perform that action at this time.
0 commit comments