Skip to content

Commit

Permalink
remove value judgement from std lib API docs
Browse files Browse the repository at this point in the history
documentation should be purely technical, and not contain opinions about
how easy or hard something is.
  • Loading branch information
andrewrk committed Mar 6, 2018
1 parent d34d366 commit c3807df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/unicode.zig
Expand Up @@ -96,7 +96,7 @@ pub fn utf8ValidateSlice(s: []const u8) bool {
return true;
}

/// Utf8View makes it easy to iterate the code points of a utf-8 encoded string.
/// Utf8View iterates the code points of a utf-8 encoded string.
///
/// ```
/// var utf8 = (try std.unicode.Utf8View.init("hi there")).iterator();
Expand Down

0 comments on commit c3807df

Please sign in to comment.