From 2bddec02e7a810b1d73c6179e3ad708dd59ea5a9 Mon Sep 17 00:00:00 2001 From: Ben Lee-Cohen Date: Mon, 18 Apr 2022 00:12:47 -0400 Subject: Fixing (in two ways) a small typo (#2156) --- helix-loader/src/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helix-loader') diff --git a/helix-loader/src/config.rs b/helix-loader/src/config.rs index 3d71baed..5dc2d6b6 100644 --- a/helix-loader/src/config.rs +++ b/helix-loader/src/config.rs @@ -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. -- cgit v1.2.3-70-g09d2