Small typo fixes

This commit is contained in:
projectmoon 2024-01-30 22:25:16 +01:00
parent 1d78d05d7a
commit c2551ac4ed
1 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ use std::rc::Rc;
use uuid::Uuid;
type CoherenceResult = Result<CommandEvent, EventCoherenceFailure>;
type OptionalCoherenceResult = Result<Option<CommandEvent>, EventCoherenceFailure>;
pub struct CommandCoherence<'a> {
logic: Rc<AiLogic>,
@ -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,