Skip to content

Commit 33c1b38

Browse files
authored
Merge pull request #703 from johanley/johanley-patch-1
Typo / grammar
2 parents 2d61643 + 8f675d0 commit 33c1b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/data_structures.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Clojure also supports the Java boxed number types derived from java.lang.Number,
4242

4343
=== Longs
4444

45-
By default Clojure operates with natural numbers as instances of Java's long primitive type. When a primitive integer operation results in a value that too large to be contained in a primitive value, a java.lang.ArithmeticException is thrown. Clojure provides a set of alternative math operators suffixed with an apostrophe: +', -', *', inc', and dec'. These operators auto-promote to BigInt upon overflow, but are less efficient than the regular math operators.
45+
By default Clojure operates with natural numbers as instances of Java's long primitive type. When a primitive integer operation results in a value that is too large to be contained in a primitive value, a java.lang.ArithmeticException is thrown. Clojure provides a set of alternative math operators suffixed with an apostrophe: +', -', *', inc', and dec'. These operators auto-promote to BigInt upon overflow, but are less efficient than the regular math operators.
4646

4747
=== Ratio
4848

0 commit comments

Comments
 (0)