We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251b2ef commit 6fba517Copy full SHA for 6fba517
src/clj/clojure/core_deftype.clj
@@ -417,7 +417,7 @@
417
are optional. The only methods that can be supplied are those
418
declared in the protocols/interfaces. Note that method bodies are
419
not closures, the local environment includes only the named fields,
420
- and those fields can be accessed directy. Fields can be qualified
+ and those fields can be accessed directly. Fields can be qualified
421
with the metadata :volatile-mutable true or :unsynchronized-mutable
422
true, at which point (set! afield aval) will be supported in method
423
bodies. Note well that mutable fields are extremely difficult to use
0 commit comments