mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-29 23:00:19 +00:00
Spelling fixes
This commit is contained in:
parent
40e953a923
commit
4620aec4a0
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ fn main() {
|
||||||
let j = r#"{
|
let j = r#"{
|
||||||
"userid": 103609,
|
"userid": 103609,
|
||||||
"verified": true,
|
"verified": true,
|
||||||
"access_privelages": [
|
"access_privileges": [
|
||||||
"user",
|
"user",
|
||||||
"admin"
|
"admin"
|
||||||
]
|
]
|
||||||
|
@ -49,7 +49,7 @@ fn main() {
|
||||||
let expected = json!({
|
let expected = json!({
|
||||||
"userid": 103609,
|
"userid": 103609,
|
||||||
"verified": true,
|
"verified": true,
|
||||||
"access_privelages": [
|
"access_privileges": [
|
||||||
"user",
|
"user",
|
||||||
"admin"
|
"admin"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue