Skip to content

Commit 7c031ee

Browse files
authored
Update 02-05-adding-variations-to-existing-songs.md
1 parent 0741ac8 commit 7c031ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/02-custom-songs-and-custom-levels/02-05-adding-variations-to-existing-songs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Then we apply a simple patch, which adds a new value to the `playData.songVariat
6868

6969
```json
7070
[
71-
{ "op": "add", "path": "/playData/songVariations/-", "value": "erect" }, // Add a new value erect to the end of the songVariations array.
71+
{ "op": "add", "path": "/playData/songVariations/-", "value": "erect" } // Add a new value erect to the end of the songVariations array.
7272
]
7373
```
7474

0 commit comments

Comments
 (0)