Skip to content

Commit c96a1f3

Browse files
committed
replace missing word
1 parent d4045f7 commit c96a1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/evaluation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Strings, numbers, characters, `true`, `false`, `nil` and keywords evaluate to th
2424

2525
A Symbol is _resolved_:
2626

27-
* 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.
27+
* 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.
2828
* 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:
2929
** a static field in the class, then the value is the value of the static field.
3030
** a static method of the class, then the value is a Clojure function that invokes the static method.

0 commit comments

Comments
 (0)