Skip to content

Commit

Permalink
#820: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliano authored and lexaknyazev committed Feb 24, 2017
1 parent ee98909 commit ec98f87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specification/2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,13 @@ The following fragment shows an example of `sparse` accessor with 10 attributes
"sparse": {
"count": 10,
"indices": {
"bufferView": 0,
"byteOffset": 75876,
"type": 5123,
"bufferView": 1,
"byteOffset": 0,
"componentType": 5123,
},
"values": {
"bufferView": 0,
"byteOffset": 75816
"bufferView": 2,
"byteOffset": 0
}
}
}
Expand Down

0 comments on commit ec98f87

Please sign in to comment.