mirror of
https://github.com/SilasMarvin/lsp-ai.git
synced 2025-12-18 23:14:28 +01:00
chore: update config.rs
specfied -> specified
This commit is contained in:
committed by
GitHub
parent
60e4aea5bd
commit
b0d8a8254b
@@ -376,7 +376,7 @@ pub struct Config {
|
|||||||
|
|
||||||
impl Config {
|
impl Config {
|
||||||
pub fn new(mut args: Value) -> Result<Self> {
|
pub fn new(mut args: Value) -> Result<Self> {
|
||||||
// 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
|
let configuration_args = args
|
||||||
.as_object_mut()
|
.as_object_mut()
|
||||||
.context("Server configuration must be a JSON object")?
|
.context("Server configuration must be a JSON object")?
|
||||||
|
|||||||
Reference in New Issue
Block a user