Typos
Some checks failed
CI / Typos (push) Successful in 30s
CI / Clippy (push) Successful in 1m39s
CI / Build and test (push) Successful in 2m30s
CI / Build and test (all features) (push) Successful in 6m16s
Docker / build-and-push (push) Failing after 58s

This commit is contained in:
2026-04-15 09:29:06 -07:00
parent 3bc66ddc48
commit 450ea7aa86
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ pub enum Source {
base_pattern: String,
/// Map of files included in each item.'
/// `{base}` is replaced with the string extraced by base_pattern.
/// `{base}` is replaced with the string extracted by base_pattern.
/// Default is `{ item: "{base}" }`
#[serde(default = "default_files")]
files: HashMap<Label, String>,

View File

@@ -33,7 +33,7 @@ pub struct ServerCommand {
#[arg(long)]
no_refresh: bool,
/// Number of threads to use to referesh indices
/// Number of threads to use to refresh indices
#[arg(long, default_value = "5")]
refresh_jobs: usize,