Skip to content

Commit

Permalink
replace missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 21, 2024
1 parent d4045f7 commit c96a1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference/evaluation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Strings, numbers, characters, `true`, `false`, `nil` and keywords evaluate to th

A Symbol is _resolved_:

* If it is namespace-qualified, the value is the value of the binding of the global var named by the symbol. It is an error there is no global var named by the symbol, or if the reference is to a non-public var in a different namespace.
* If it is namespace-qualified, the value is the value of the binding of the global var named by the symbol. It is an error if there is no global var named by the symbol, or if the reference is to a non-public var in a different namespace.
* If the qualifier names a class or a mapping from symbol to class in the current namespace or a primitive name, and the symbol name is:
** a static field in the class, then the value is the value of the static field.
** a static method of the class, then the value is a Clojure function that invokes the static method.
Expand Down

0 comments on commit c96a1f3

Please sign in to comment.