Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ impl RunCommand {
Engine::new(&config)
}

/// Populatse a new `Store` and `CliLinker` with the configuration in this
/// Populates a new `Store` and `CliLinker` with the configuration in this
/// command.
///
/// The `engine` provided is used to for the store/linker and the `main`
/// The `engine` provided is used for the store/linker and the `main`
/// provided is the module/component that is going to be run.
pub fn new_store_and_linker(
&mut self,
Expand Down