website: Fix JSON typo (child_modules is array)

This commit is contained in:
Nick Fagerlund 2019-02-20 17:53:57 -08:00
parent f6c5e33c00
commit ff47cab8c7
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ The following example illustrates the structure of the common `<values-represent
}
]
"child_modules": {
"child_modules": [
// Each entry in "child_modules" has the same structure as the root_module
// object, with the additional "address" property shown below.
{