mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
Fix typo on docs (#1201)
This commit is contained in:
parent
c08d2fae58
commit
3e15aead4a
2 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ mod merge_toml_tests {
|
|||
";
|
||||
|
||||
let base: Value = toml::from_slice(include_bytes!("../../languages.toml"))
|
||||
.expect("Couldn't parse built-in langauges config");
|
||||
.expect("Couldn't parse built-in languages config");
|
||||
let user: Value = toml::from_str(USER).unwrap();
|
||||
|
||||
let merged = merge_toml_values(base, user);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue