Skip to content

Commit 8656895

Browse files
180909ianlancetaylor
authored andcommitted
doc/go1.18: add AppendRune doc
For #47694 Change-Id: I39594c273aeb038702457587ee1c46e4b3920bb6 Reviewed-on: https://go-review.googlesource.com/c/go/+/363359 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Jeremy Faller <[email protected]> Trust: Jeremy Faller <[email protected]>
1 parent 9e13a88 commit 8656895

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/go1.18.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
441441
<dl id="unicode/utf8"><dt><a href="/pkg/unicode/utf8/">unicode/utf8</a></dt>
442442
<dd>
443443
<p><!-- CL 345571 -->
444-
TODO: <a href="https://golang.org/cl/345571">https://golang.org/cl/345571</a>: add AppendRune
444+
The <a href="/pkg/unicode/utf8/#AppendRune"><code>AppendRune</code></a> function appends the UTF-8 new
445+
encoding of a <code>rune</code> to a <code>[]byte</code>.
445446
</p>
446447
</dd>
447448
</dl><!-- unicode/utf8 -->

0 commit comments

Comments
 (0)