summaryrefslogtreecommitdiffstats
path: root/docs/code.md
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2025-12-04 19:16:40 +0000
committerOmar Rizwan <omar@omar.website>2025-12-04 19:16:40 +0000
commit5ce48da6139005ed7a3835bf4d35f597eef5a841 (patch)
treef8a429be51a7fe182c26b7f500dee44cfba2db95 /docs/code.md
parentweb/setup: Use folk.hold instead of folk.run (diff)
downloadfolk-5ce48da6139005ed7a3835bf4d35f597eef5a841.tar.gz
folk-5ce48da6139005ed7a3835bf4d35f597eef5a841.zip
virtual-programs -> builtin-programs
Diffstat (limited to 'docs/code.md')
-rw-r--r--docs/code.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/code.md b/docs/code.md
index d722a5d9..64b25970 100644
--- a/docs/code.md
+++ b/docs/code.md
@@ -13,7 +13,7 @@
1. Pure Tcl (and/or C) libraries that we wrote (need to be
explicitly sourced into Folk & don't use Folk constructs),
including the C FFI and the C trie
-6. `virtual-programs`
+6. `builtin-programs`
1. Our own high-level Folk programs
2. They could be printed out... Perhaps, should be.
9. `replmain.tcl`