Small typo fixes
This commit is contained in:
parent
1d78d05d7a
commit
c2551ac4ed
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue