aboutsummaryrefslogtreecommitdiff
path: root/lib/tools
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-16 21:33:02 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-16 21:33:30 -0800
commit520acd39795766354fc44c6e15f5f33f255ca33a (patch)
treea4a538dd72ab9a1e229ec3d44beb86b80cfbe7ba /lib/tools
parent517d661368611fe753e9fd97a7adb2e45fca745e (diff)
Overhauling OO-API a little to make it more minimalistic.
Diffstat (limited to 'lib/tools')
-rwxr-xr-xlib/tools/replace.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/replace.nom b/lib/tools/replace.nom
index d9926cf..7337447 100755
--- a/lib/tools/replace.nom
+++ b/lib/tools/replace.nom
@@ -42,7 +42,7 @@ command line program with $args:
: for $ in recursive $pattern_tree:
if (($.type == "Var") and (not $literal_vars.($.1))): add $.1
for $child in $:
- if ($child is a "Syntax Tree"):
+ if ($child is "a Syntax Tree"):
recurse $ on $child
}