Skip to content

Commit

Permalink
back to old "Throws:"
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Nov 11, 2014
1 parent 5cbcc74 commit b051c0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions std/utf.d
Expand Up @@ -142,9 +142,8 @@ unittest
(as per $(WEB tools.ietf.org/html/rfc3629#section-3, RFC 3629$(COMMA) section 3)).
Throws:
Throws a $(D UTFException) if $(D str[index]) indicates an invalid
sequence length greater than 4.
Throws a $(D UTFException) if $(D str[index]) is a continuation byte.
May throw a $(D UTFException) if $(D str[index]) is not the start of a
valid UTF-8 sequence.
Notes:
$(D stride) will only analyze the first $(D str[index]) element. It
Expand Down

0 comments on commit b051c0e

Please sign in to comment.