Skip to content

Commit 6457b3e

Browse files
authored
Merge pull request #175 from JoakimLofgren/fix-typo
Descrease -> decrease
2 parents 02cdd3e + 0d01f5e commit 6457b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/reference/compilation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ By default, the Clojure compiler produces code that eagerly clears GC references
8181

8282
=== Elide meta
8383

84-
Var meta (docstrings, file and line info, etc) will be compiled into strings in the constant pool of the compiled classes. To descrease class size and make classloading faster, meta can be elided. This option takes a vector of meta keywords that should be removed - some common ones include `:doc`, `:file`, `:line`, and `:added`. Note that eliding meta may make certain features inoperable (for example, `doc` cannot return docstrings if they have been elided).
84+
Var meta (docstrings, file and line info, etc) will be compiled into strings in the constant pool of the compiled classes. To decrease class size and make classloading faster, meta can be elided. This option takes a vector of meta keywords that should be removed - some common ones include `:doc`, `:file`, `:line`, and `:added`. Note that eliding meta may make certain features inoperable (for example, `doc` cannot return docstrings if they have been elided).
8585

8686
[[directlinking]]
8787
=== Direct linking

0 commit comments

Comments
 (0)