www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - tour.dlang

reply Chris <wendlec tcd.ie> writes:
Sorry, no time for a PR right now. Just found this funny mistake:

"In D, string, wstring, and dstring are UTF-8, UTF-16, and UTF-32 
encoded strings respectfully. Their character types are char, 
wchar, and dchar."

s/respectfully/respectively/

https://tour.dlang.org/tour/en/gems/unicode
Nov 17 2016
parent ZombineDev <petar.p.kirov gmail.com> writes:
On Thursday, 17 November 2016 at 10:53:22 UTC, Chris wrote:
 Sorry, no time for a PR right now. Just found this funny 
 mistake:

 "In D, string, wstring, and dstring are UTF-8, UTF-16, and 
 UTF-32 encoded strings respectfully. Their character types are 
 char, wchar, and dchar."

 s/respectfully/respectively/

 https://tour.dlang.org/tour/en/gems/unicode
https://github.com/dlang-tour/english/pull/117 ;)
Nov 17 2016