diff options
Diffstat (limited to 'rust')
-rw-r--r-- | rust/src/editing_crud.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/editing_crud.rs b/rust/src/editing_crud.rs index 9d6477a5..505bc6b4 100644 --- a/rust/src/editing_crud.rs +++ b/rust/src/editing_crud.rs @@ -118,7 +118,7 @@ impl EditgroupCrud for Editgroup { Ok((eg_row, cl_row)) } - /// Note: this *still* doesn't epand the 'edits', at least yet. *Only* the direct editgrop + /// Note: this *still* doesn't expand the 'edits', at least yet. *Only* the direct editgroup /// 'GET' handler does that. fn db_expand(&mut self, conn: &DbConn, expand: ExpandFlags) -> Result<()> { if expand.editors { |