From 7217c45fcec63be5a2549c1402a38f5a21bbede5 Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Wed, 30 May 2018 21:07:50 +0100 Subject: [PATCH] Fix typo. --- content/docs/databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/databases.md b/content/docs/databases.md index f725c2e..6674f86 100644 --- a/content/docs/databases.md +++ b/content/docs/databases.md @@ -7,7 +7,7 @@ weight: 1010 # Diesel At the moment, Diesel 1.0 does not support asynchronous operations, -but it possible to use the `actix` synchronous actor system as a database interface api. +but it's possible to use the `actix` synchronous actor system as a database interface api. Technically, sync actors are worker style actors. Multiple sync actors can be run in parallel and process messages from same queue. Sync actors work in mpsc mode.