Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
This commit is contained in:
Erik Hollensbe
2022-01-22 16:38:15 -08:00
parent de97fc0c5e
commit 10a7135b9f
+1 -1
View File
@@ -20,7 +20,7 @@ Here is an example which carries global _application state_ as an authentication
use ratpack::prelude::*;
// We'll use authstate to (optionally) capture information about the token
// being correct. if it is Some(true), tehe user was authed, if None, there was no
// being correct. if it is Some(true), the user was authed, if None, there was no
// authentication performed.
#[derive(Clone)]
struct AuthedState {