aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-28 20:39:51 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-28 20:39:51 -0800
commit95a60dc56d956c1267eb39d7044a77655ec48ce6 (patch)
treed5d6b9b16d9d2023ed67d4854ef4cf9751bc588c /rust
parentc3f90b450ee4449d6b6f44bc690e0cdbca3ba428 (diff)
downloadfatcat-95a60dc56d956c1267eb39d7044a77655ec48ce6.tar.gz
fatcat-95a60dc56d956c1267eb39d7044a77655ec48ce6.zip
fix rust comment typos
Diffstat (limited to 'rust')
-rw-r--r--rust/src/editing_crud.rs2
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 {