Bump crate-ci/typos and fix typos (#12381)

Supersede #12376
This commit is contained in:
Stefan Holderbach
2024-04-04 09:59:21 +02:00
committed by GitHub
parent f0a073b397
commit e810995cf8
7 changed files with 11 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ fn main() {
println!("first: {}", array.first().unwrap());
// Add a value
array.push(Value::String("tak".to_string()));
array.push(Value::String("baz".to_string()));
}
// Encode to Hjson
@@ -76,4 +76,4 @@ fn main() {
```
# DOCS
At the moment, the documentation on [serde_hjson](https://docs.rs/serde-hjson/0.9.1/serde_hjson/) / [serde_json](https://docs.rs/serde_json/1.0.93/serde_json/) is also relevant for nu-json.
At the moment, the documentation on [serde_hjson](https://docs.rs/serde-hjson/0.9.1/serde_hjson/) / [serde_json](https://docs.rs/serde_json/1.0.93/serde_json/) is also relevant for nu-json.