Skip to content

Commit

Permalink
Merge pull request JuliaLang#6067 from gajjanag/patch-1
Browse files Browse the repository at this point in the history
Pg 7: "UInt" - "Uint"
  • Loading branch information
timholy committed Mar 6, 2014
2 parents 6438683 + fd4ad7c commit 05c323d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/integers-and-floating-point-numbers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ is 32-bit or 64-bit.::
julia> WORD_SIZE
64
Julia also defines the types ``Int`` and ``UInt``, which are aliases for the
Julia also defines the types ``Int`` and ``Uint``, which are aliases for the
system's signed and unsigned native integer types respectively.::

# 32-bit system:
Expand Down

0 comments on commit 05c323d

Please sign in to comment.