We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9f62a commit b71f79eCopy full SHA for b71f79e
topiary-config/src/language.rs
@@ -142,7 +142,7 @@ impl Language {
142
) -> Result<topiary_tree_sitter_facade::Language, TopiaryConfigFetchingError> {
143
let library_path = self.library_path()?;
144
145
- // Ensure the comile exists
+ // Ensure the compile exists
146
if !library_path.is_file() {
147
match &self.config.grammar.source {
148
GrammarSource::Git(git_source) => {
0 commit comments