From 95a60dc56d956c1267eb39d7044a77655ec48ce6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Jan 2019 20:39:51 -0800 Subject: fix rust comment typos --- rust/src/editing_crud.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/editing_crud.rs') 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 { -- cgit v1.2.3