Update doc comment

This commit is contained in:
Hanno Braun 2024-10-23 18:49:16 +02:00
parent afe0698296
commit c16fbfe33e

View File

@ -23,7 +23,7 @@ impl<S> Layer<S> {
Self { state } Self { state }
} }
/// Process a command /// # Process a command and capture the events that produces
/// ///
/// The command is processed synchronously. When this method returns, the /// The command is processed synchronously. When this method returns, the
/// state has been updated. /// state has been updated.