git » jacl.git » commit 32c7a5d

paper

author Alan Dipert
2020-02-20 23:42:04 UTC
committer Alan Dipert
2020-02-20 23:42:04 UTC
parent 23a534b04229c27908c9b5acf9c19fb91cb1ca80

paper

paper/jacl-els-2020.tex +2 -2

diff --git a/paper/jacl-els-2020.tex b/paper/jacl-els-2020.tex
index 0009e8a..a1190e1 100644
--- a/paper/jacl-els-2020.tex
+++ b/paper/jacl-els-2020.tex
@@ -498,8 +498,8 @@ equivalent to the JavaScript expression
 
 Note that JavaScript identifiers are case sensitive, and so
 case-preserving, pipe-delimited Lisp symbols must be used to refer to
-field and method names. The dot macro also recognizes Lisp or
-JavaScript strings as JavaScript identifiers.
+JavaScript object field and method names. The dot macro also
+recognizes Lisp or JavaScript strings as JavaScript identifiers.
 
 \subsubsection{\texttt{TAGBODY} compilation strategy}