Skip to content

Commit c7673be

Browse files
committed
[Bug 17792] Ensure datagrid dictionary entries are listed.
Fixes a typo in commit 76860e2.
1 parent efea5a9 commit c7673be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/docs_builder.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ command docsBuilderGenerateDistributedAPI pEdition
22062206

22072207
put "dictionary" into tDataGridA["type"]
22082208

2209-
addToList tLCBDictionaryA, tLibrariesA
2209+
addToList tDataGridA, tLibrariesA
22102210

22112211
local tJSON
22122212
put revDocsFormatLibrariesArrayAsJSON(tLibrariesA) into tJSON

0 commit comments

Comments
 (0)