mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 14:08:32 +03:00
Merge pull request #400 from Numpsy/typo
fix spelling: inttegral -> integral
This commit is contained in:
commit
ee9c6b084c
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ $(UL
|
||||||
$(LI $(D char), $(D wchar), $(D dchar) to a string type.)
|
$(LI $(D char), $(D wchar), $(D dchar) to a string type.)
|
||||||
$(LI Unsigned or signed integers to strings.
|
$(LI Unsigned or signed integers to strings.
|
||||||
$(DL $(DT [special case])
|
$(DL $(DT [special case])
|
||||||
$(DD Convert inttegral value to string in $(D_PARAM radix) radix.
|
$(DD Convert integral value to string in $(D_PARAM radix) radix.
|
||||||
radix must be a value from 2 to 36.
|
radix must be a value from 2 to 36.
|
||||||
value is treated as a signed value only if radix is 10.
|
value is treated as a signed value only if radix is 10.
|
||||||
The characters A through Z are used to represent values 10 through 36.)))
|
The characters A through Z are used to represent values 10 through 36.)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue