mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 12:28:29 +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.
|
/// direct write access.
|
||||||
///
|
///
|
||||||
/// Instead, each write access to state is reified as a command, which are
|
/// Instead, each write access to state is reified as a command, which are
|
||||||
/// processed by [`Layer::process`]. Processing a command can result in any
|
/// processed by [`Layer::process_command`]. Processing a command can result in
|
||||||
/// number of events, which can then be used as commands for other layers.
|
/// 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
|
/// This design takes inspiration from, and uses the nomenclature of, this
|
||||||
/// article:
|
/// article:
|
||||||
|
Loading…
Reference in New Issue
Block a user