mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-26 13:30:24 +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#"{
|
||||
"userid": 103609,
|
||||
"verified": true,
|
||||
"access_privelages": [
|
||||
"access_privileges": [
|
||||
"user",
|
||||
"admin"
|
||||
]
|
||||
|
@ -49,7 +49,7 @@ fn main() {
|
|||
let expected = json!({
|
||||
"userid": 103609,
|
||||
"verified": true,
|
||||
"access_privelages": [
|
||||
"access_privileges": [
|
||||
"user",
|
||||
"admin"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue