From c2551ac4edf7bf4d8c62f248a87f84f0358c8351 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Tue, 30 Jan 2024 22:25:16 +0100 Subject: [PATCH] Small typo fixes --- src/commands/coherence.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/coherence.rs b/src/commands/coherence.rs index 7a92e61..a2e90d1 100644 --- a/src/commands/coherence.rs +++ b/src/commands/coherence.rs @@ -14,7 +14,6 @@ use std::rc::Rc; use uuid::Uuid; type CoherenceResult = Result; -type OptionalCoherenceResult = Result, EventCoherenceFailure>; pub struct CommandCoherence<'a> { logic: Rc, @@ -101,7 +100,7 @@ impl CommandCoherence<'_> { } } -/// Directly mutates an entity and scene key to make scene, if +/// Directly mutates an entity and scene key to make sense, if /// possible. async fn cohere_scene_and_entity( db: &Database,