mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Fix cargo doc
warning
This commit is contained in:
parent
90e37a053c
commit
f2a0cdc7d5
@ -7,8 +7,8 @@ use std::ops::Deref;
|
||||
/// direct write access.
|
||||
///
|
||||
/// Instead, each write access to state is reified as a command, which are
|
||||
/// processed by [`Layer::process`]. Processing a command can result in any
|
||||
/// number of events, which can then be used as commands for other layers.
|
||||
/// processed by [`Layer::process_command`]. Processing a command can result in
|
||||
/// any number of events, which can then be used as commands for other layers.
|
||||
///
|
||||
/// This design takes inspiration from, and uses the nomenclature of, this
|
||||
/// article:
|
||||
|
Loading…
Reference in New Issue
Block a user