From af3a177011bc4c0428c5fba1e5779fa4ef35c286 Mon Sep 17 00:00:00 2001 From: Ben Sherman Date: Tue, 24 Apr 2018 15:14:08 -0700 Subject: [PATCH] Update room.number to correspond to other usages --- 1-js/05-data-types/11-json/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/11-json/article.md b/1-js/05-data-types/11-json/article.md index a23bf583..174b2b7f 100644 --- a/1-js/05-data-types/11-json/article.md +++ b/1-js/05-data-types/11-json/article.md @@ -131,7 +131,7 @@ let meetup = { title: "Conference", *!* room: { - number: 123, + number: 23, participants: ["john", "ann"] } */!*