aboutsummaryrefslogtreecommitdiffstats
path: root/rust/HACKING.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:49:23 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:49:23 -0800
commitac170d8a00663cf2dc734516913641c544faa105 (patch)
tree7b71db5ef6e6d8f89377c3d44bebdeeb91b9d441 /rust/HACKING.md
parentfafc32e0ea1adc95eea817af7273d4c47422b364 (diff)
downloadfatcat-ac170d8a00663cf2dc734516913641c544faa105.tar.gz
fatcat-ac170d8a00663cf2dc734516913641c544faa105.zip
codespell fixes to various other docs
Diffstat (limited to 'rust/HACKING.md')
-rw-r--r--rust/HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/HACKING.md b/rust/HACKING.md
index c321cded..fbdeb499 100644
--- a/rust/HACKING.md
+++ b/rust/HACKING.md
@@ -26,7 +26,7 @@ are verbose and implemented in a very mechanical fashion. The return type
mapping in `api_wrappers` might be necessary, but `database_models.rs` in
particular feels unnecessary; other projects have attempted to completely
automate generation of this file, but it doesn't sound reliable. In particular,
-both regular "Row" (queriable) and "NewRow" (insertable) structs need to be
+both regular "Row" (queryable) and "NewRow" (insertable) structs need to be
defined.
## Test Structure