Merge pull request #428 from bennettmsherman/patch-1

Update room.number to correspond to other usages
This commit is contained in:
Ilya Kantor 2018-06-07 16:57:18 +03:00 committed by GitHub
commit 434d8cacf6
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"]
}
*/!*