Skip to content

Commit af3a177

Browse files
Update room.number to correspond to other usages
1 parent 62a0bb5 commit af3a177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-json/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ let meetup = {
131131
title: "Conference",
132132
*!*
133133
room: {
134-
number: 123,
134+
number: 23,
135135
participants: ["john", "ann"]
136136
}
137137
*/!*

0 commit comments

Comments
 (0)