From: Ian Jackson Date: Tue, 13 Apr 2021 18:52:29 +0000 (+0100) Subject: dev: Fix a reference to zcoord X-Git-Tag: otter-0.5.0~83 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0bcc277387e4dca731dbcba9955aa333cc2435b5;p=otter.git dev: Fix a reference to zcoord Signed-off-by: Ian Jackson --- diff --git a/docs/dev.md b/docs/dev.md index fdfa9664..c7c94236 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -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.