1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 09:59:21 +02:00

spelling check

This commit is contained in:
Alexander Andreev
2018-03-24 09:35:52 +03:00
parent d46854b315
commit 2d80c5053d
11 changed files with 13 additions and 13 deletions

View File

@ -51,7 +51,7 @@ impl Handler<CreateUser> for DbExecutor {
name: &msg.name,
};
// normal diesl operations
// normal diesel operations
diesel::insert_into(users)
.values(&new_user)
.execute(&self.0)