From: Ian Jackson Date: Tue, 13 Apr 2021 17:43:31 +0000 (+0100) Subject: Fix a typo X-Git-Tag: otter-0.5.0~99 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=110cd38b07c915b3d61635a311f2a6f3385fae73;p=otter.git Fix a typo Signed-off-by: Ian Jackson --- diff --git a/docs/dev.md b/docs/dev.md index e2ef5573..fdfa9664 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -65,7 +65,7 @@ If you Do Something to the output from cargo, you should `rm stamp/*`, since the `Makefile` won't notice, otherwise, that the relevant cargo rune(s) need to be re-run. Needlessly deleting all the stamp files wastes only a handful of seconds (on my stupidly fast laptop). -Deleting the xtamp files is not needed if you simply edit Rust source +Deleting the stamp files is not needed if you simply edit Rust source files.