From 63b3321c62dabec3665756704eaceaed22eb5b4a Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 23 Oct 2020 09:54:18 -0400 Subject: Rename SVG to GEN since really it makes arbitrary HTML --- doc/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/types.md') diff --git a/doc/types.md b/doc/types.md index feef755e..51a9b9f8 100644 --- a/doc/types.md +++ b/doc/types.md @@ -13,7 +13,7 @@ BQN supports the following fundamental types: The first three types are called *data types*, and the rest are *operation types*. The array is the only *compound type*; the other types are *atomic types* and values of these types are called *atoms*. The fact that an array is only one type of many is common in modern programming languages but a novelty in the APL family. This decision is discussed in the page on [based array theory](based.md). -