]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xml/errors/errors.factor
Updating code to use CONSTANT: instead of : foo 123 ; inline
[factor.git] / basis / xml / errors / errors.factor
index 304b38f2bda6a2915ee647f4f80db1e4a38b82b4..35111f5a54473cfb2ae9bcb43b9aa670e38db86a 100644 (file)
@@ -290,7 +290,7 @@ M: quoteless-attr summary
 
 TUPLE: attr-w/< < xml-error-at ;
 
-: attr-w/< ( value -- * )
+: attr-w/< ( -- * )
     \ attr-w/< xml-error-at throw ;
 
 M: attr-w/< summary
@@ -299,7 +299,7 @@ M: attr-w/< summary
 
 TUPLE: text-w/]]> < xml-error-at ;
 
-: text-w/]]> ( text -- * )
+: text-w/]]> ( -- * )
     \ text-w/]]> xml-error-at throw ;
 
 M: text-w/]]> summary