]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tree.propagation.constraints: fix a harmless typo
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 9 Feb 2020 14:49:19 +0000 (15:49 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 14 Apr 2020 17:41:22 +0000 (10:41 -0700)
basis/compiler/tree/propagation/constraints/constraints.factor

index 3814973e87676ea0c2223bf438f33424940935b5..d44942e77bc786ac11fa69ebd129bdddce2a1e36 100644 (file)
@@ -34,7 +34,7 @@ M: true-constraint satisfied?
 
 TUPLE: false-constraint value ;
 
-: =f ( value -- constriant ) resolve-copy false-constraint boa ;
+: =f ( value -- constraint ) resolve-copy false-constraint boa ;
 
 M: false-constraint assume*
     [ \ f <class-info> swap value>> refine-value-info ]