Browse Source

Fix minor typo

Samuel W. Flint 4 years ago
parent
commit
aa6813321f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      larcs.org

+ 1 - 1
larcs.org

@@ -445,7 +445,7 @@ Division is similar to ~<multiplication>~, although instead of having ~terms~ it
     ((numerator :reader div-numerator
                 :initarg :numerator
                 :type <expression>)
-     (denominator ::reader div-denominator
+     (denominator :reader div-denominator
                   :initarg :denominator
                   :type <expression>)))