mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Fix typo (#12752)
This commit is contained in:
parent
eff7f33086
commit
e6f473695c
@ -687,7 +687,7 @@ impl Value {
|
||||
true
|
||||
})
|
||||
} else {
|
||||
report_invalid_value("boolean value is deprecated, should be a record. see default_conifg.nu.", span, &mut errors);
|
||||
report_invalid_value("boolean value is deprecated, should be a record. see `config nu --default`.", span, &mut errors);
|
||||
// Reconstruct
|
||||
*value = Value::record(
|
||||
record! {
|
||||
|
Loading…
Reference in New Issue
Block a user