Skip to content

Commit

Permalink
Merge pull request #400 from Numpsy/typo
Browse files Browse the repository at this point in the history
fix spelling: inttegral -> integral
  • Loading branch information
andralex committed Jan 21, 2012
2 parents 5de415c + dc36a28 commit ee9c6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/conv.d
Expand Up @@ -724,7 +724,7 @@ $(UL
$(LI $(D char), $(D wchar), $(D dchar) to a string type.)
$(LI Unsigned or signed integers to strings.
$(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.
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.)))
Expand Down

0 comments on commit ee9c6b0

Please sign in to comment.