diff options
Diffstat (limited to 'libphobos/src/std/utf.d')
-rw-r--r-- | libphobos/src/std/utf.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/src/std/utf.d b/libphobos/src/std/utf.d index d22dac8..8d94e12 100644 --- a/libphobos/src/std/utf.d +++ b/libphobos/src/std/utf.d @@ -3571,7 +3571,7 @@ enum dchar replacementDchar = '\uFFFD'; * of characters (including strings) or a type that implicitly converts to a string type. * Returns: * If `r` is not an auto-decodable string (i.e. a narrow string or a - * user-defined type that implicits converts to a string type), then `r` + * user-defined type that implicitly converts to a string type), then `r` * is returned. * * Otherwise, `r` is converted to its corresponding string type (if it's |