From b0d8a8254b6ad36d6e4512e5b4e3d777b83016ed Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 7 Aug 2024 03:54:04 +0900 Subject: [PATCH] chore: update config.rs specfied -> specified --- crates/lsp-ai/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lsp-ai/src/config.rs b/crates/lsp-ai/src/config.rs index e0c0310..763ede1 100644 --- a/crates/lsp-ai/src/config.rs +++ b/crates/lsp-ai/src/config.rs @@ -376,7 +376,7 @@ pub struct Config { impl Config { pub fn new(mut args: Value) -> Result { - // Validate that the models specfied are there so we can unwrap + // Validate that the models specified are there so we can unwrap let configuration_args = args .as_object_mut() .context("Server configuration must be a JSON object")?