From ac170d8a00663cf2dc734516913641c544faa105 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 15:49:23 -0800 Subject: codespell fixes to various other docs --- rust/HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/HACKING.md') 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 -- cgit v1.2.3