Samuel W. Flint 6 лет назад
Родитель
Сommit
aa6813321f
1 измененных файлов с 1 добавлено и 1 удалено
  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>)))