Skip to content

Commit

Permalink
correct the comment for the DictionariesConfig struct
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Aug 16, 2021
1 parent d273601 commit e378898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/config/dictionaries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct Dictionary {
pub file: PathBuf,
}

/// A map of [`Backend`] definitions, keyed by their name.
/// A map of [`Dictionary`] definitions, keyed by their name.
#[derive(Clone, Debug, Default)]
pub struct DictionariesConfig(pub HashMap<DictionaryName, Dictionary>);

Expand Down

0 comments on commit e378898

Please sign in to comment.