]> gitweb.factorcode.org Git - factor.git/commitdiff
escape-strings.ui: fix typo
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 12 Jan 2022 02:54:19 +0000 (20:54 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 12 Jan 2022 02:54:19 +0000 (20:54 -0600)
basis/escape-strings/ui/ui.factor

index fb685d0da63242010d4795ecc80d655ddb79c419..2769ffd99f98296d094b794af26b5069812a3350 100644 (file)
@@ -26,7 +26,7 @@ M: escape-string-editor model-changed
     ] [ call-next-method ] if ;
 
 : containerize ( string tag open-delim close-delim -- string' )
-    overd [ 1string ] 2bi@ surround ;
+    overd [ 1surround ] 2bi@ surround ;
 
 : checksum-escape-string ( string checksum -- string' )
     [ drop ]