Typos
This commit is contained in:
@@ -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>,
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user