From cd7ecf9e5fe81d162c5f0b03e6e3170968a40974 Mon Sep 17 00:00:00 2001 From: braveocheretovych Date: Fri, 27 Feb 2026 11:43:44 +0200 Subject: [PATCH] cli: fix minor typos in run command docs --- src/commands/run.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/run.rs b/src/commands/run.rs index 91aa2bf2435c..af4dbecf0418 100644 --- a/src/commands/run.rs +++ b/src/commands/run.rs @@ -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,