Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian authored and Enselic committed Apr 10, 2023
1 parent c61ce60 commit 9bb8e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/highlighting/theme_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl ThemeSet {

/// Returns all the themes found in a folder
///
/// This is god for enumerating before loading one with [`get_theme`](#method.get_theme)
/// This is good for enumerating before loading one with [`get_theme`](#method.get_theme)
pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> {
let mut themes = Vec::new();
for entry in crate::utils::walk_dir(folder) {
Expand Down

0 comments on commit 9bb8e52

Please sign in to comment.