chiark / gitweb /
dev: Fix a reference to zcoord
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 13 Apr 2021 18:52:29 +0000 (19:52 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 13 Apr 2021 23:31:28 +0000 (00:31 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
docs/dev.md

index fdfa9664f3ae3828685f3c43e7f98a82a73a115f..c7c94236b8743a357f8409d9554645c76549fcfc 100644 (file)
@@ -102,7 +102,7 @@ Navigating the otter source code
 
 * `wasm/`
 
-  WebAssembly/Rust bindings for the items in `zcoord/`.  Produces the
+  WebAssembly/Rust bindings for the items in `base/`.  Produces the
   single wasm file for use by the JavaScript, and corresponding
   Typescript annotations etc.