Update room.number to correspond to other usages

This commit is contained in:
Ben Sherman 2018-04-24 15:14:08 -07:00 committed by GitHub
parent 62a0bb597f
commit af3a177011
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ let meetup = {
title: "Conference",
*!*
room: {
number: 123,
number: 23,
participants: ["john", "ann"]
}
*/!*