aboutsummaryrefslogtreecommitdiff
path: root/doc/primitive.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-23 09:54:18 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-23 09:59:10 -0400
commit63b3321c62dabec3665756704eaceaed22eb5b4a (patch)
tree7579e8dd4d7c0b3353427b3ef46653bb250ee42d /doc/primitive.md
parent69a970243bc59c3b7b2706a9b32cceb0bda7512c (diff)
Rename SVG to GEN since really it makes arbitrary HTML
Diffstat (limited to 'doc/primitive.md')
-rw-r--r--doc/primitive.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/primitive.md b/doc/primitive.md
index 3c6faa8b..fd2c7b2d 100644
--- a/doc/primitive.md
+++ b/doc/primitive.md
@@ -55,7 +55,7 @@ Functions that have significant differences from APL functions are marked with a
## Modifiers
-<!--SVG combinator.bqn-->
+<!--GEN combinator.bqn-->
*Combinators* only control the application of functions. Because a non-function operand applies as a constant function, some combinators have extra meanings when passed a constant. For example, `0˜` is identical to `0˙`—a constant function that always returns 0—and `0⊸<` is the function that tests whether its right argument is greater than 0.