Small typo fixes
This commit is contained in:
parent
1d78d05d7a
commit
c2551ac4ed
|
@ -14,7 +14,6 @@ use std::rc::Rc;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
type CoherenceResult = Result<CommandEvent, EventCoherenceFailure>;
|
type CoherenceResult = Result<CommandEvent, EventCoherenceFailure>;
|
||||||
type OptionalCoherenceResult = Result<Option<CommandEvent>, EventCoherenceFailure>;
|
|
||||||
|
|
||||||
pub struct CommandCoherence<'a> {
|
pub struct CommandCoherence<'a> {
|
||||||
logic: Rc<AiLogic>,
|
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.
|
/// possible.
|
||||||
async fn cohere_scene_and_entity(
|
async fn cohere_scene_and_entity(
|
||||||
db: &Database,
|
db: &Database,
|
||||||
|
|
Loading…
Reference in New Issue