Skip to content

Commit e930c04

Browse files
narrowing changes.txt for primitive monitors
1 parent 942784c commit e930c04

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

changes.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ compile-time literal
105105
:sentient "RSN"
106106
"The default"))
107107

108-
The string "The default" represents the default clause and can be any expression, not only a compile-time literal.
108+
The string "The default" represents the default clause and can be any
109+
expression, not only a compile-time literal.
109110

110111

111112
== 2.5 Duplicate Key Prevention ==
@@ -119,9 +120,10 @@ hash-set now prevent duplicate keys:
119120

120121
== 2.6 Primitive Vectors ==
121122

122-
vector-of creates a vector of unboxed Java primitives, which follows the contract of Clojure vectors. It
123-
takes one keyword argument corresponding to its primitive type that can be any of :int, :long, :float,
124-
:double, :byte, :short, :boolean, or :char.
123+
vector-of creates a vector of unboxed Java primitives, which follows
124+
the contract of Clojure vectors. It takes one keyword argument
125+
corresponding to its primitive type that can be any of :int, :long,
126+
:float, :double, :byte, :short, :boolean, or :char.
125127

126128

127129
== 2.7 Agent Error Handling ==

0 commit comments

Comments
 (0)