mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 05:28:23 +02:00
Fix typos by codespell (#7600)
# Description Found via `codespell -S target -L crate,ser,numer,falsy,ro,te,nd,bu,ndoes,statics,ons,fo,rouge,pard` # User-Facing Changes None. # Tests + Formatting None and done. # After Submitting None.
This commit is contained in:
@ -62,7 +62,7 @@ fn nested_tables_to_toml() {
|
||||
|
||||
#[test]
|
||||
fn table_to_toml_fails() {
|
||||
// Tables cant be represented in toml
|
||||
// Tables can't be represented in toml
|
||||
let actual = nu!(
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
|
Reference in New Issue
Block a user