Skip to content

Commit

Permalink
Fixing (in two ways) a small typo (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
heliostatic authored Apr 18, 2022
1 parent c2a40d9 commit 2bddec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helix-loader/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// Default bultin-in languages.toml.
/// Default built-in languages.toml.
pub fn default_lang_config() -> toml::Value {
toml::from_slice(include_bytes!("../../languages.toml"))
.expect("Could not parse bultin-in languages.toml to valid toml")
.expect("Could not parse built-in languages.toml to valid toml")
}

/// User configured languages.toml file, merged with the default config.
Expand Down
2 changes: 1 addition & 1 deletion runtime/queries/fish/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
]
)

; non-bultin command names
; non-builtin command names
(command name: (word) @function)

; derived from builtin -n (fish 3.2.2)
Expand Down

0 comments on commit 2bddec0

Please sign in to comment.