From 8081e9f0520819309fef9a3df7cad8df24126a28 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Mon, 14 Feb 2022 17:23:35 -0600 Subject: replace all submodule documentation with flags documentation --- helix-core/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src') diff --git a/helix-core/src/config.rs b/helix-core/src/config.rs index 5bd16abd..d4ebee1f 100644 --- a/helix-core/src/config.rs +++ b/helix-core/src/config.rs @@ -25,7 +25,7 @@ pub fn user_lang_config() -> Result { pub fn default_syntax_loader() -> crate::syntax::Configuration { default_lang_config() .try_into() - .expect("Could not serialize built-in language.toml") + .expect("Could not serialize built-in languages.toml") } /// Syntax configuration loader based on user configured languages.toml. pub fn user_syntax_loader() -> Result { -- cgit v1.2.3-70-g09d2