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

spelling check

This commit is contained in:
Alexander Andreev
2018-01-16 21:59:33 +03:00
parent 81f92b43e5
commit 58df8fa4b9
9 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@ use diesel::prelude::*;
use models;
use schema;
/// This is db executor actor. We are going to run 3 of them in parallele.
/// This is db executor actor. We are going to run 3 of them in parallel.
pub struct DbExecutor(pub SqliteConnection);
/// This is only message that this actor can handle, but it is easy to extend number of