File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ let rec stringifyDocItem ?(indentation = 0) ~originalEnv (item : docItem) =
156
156
(" id" , Some (wrapInQuotes m.id));
157
157
(" name" , Some (wrapInQuotes m.name));
158
158
(" kind" , Some (wrapInQuotes " module" ));
159
- ( " item " ,
159
+ ( " items " ,
160
160
Some
161
161
(stringifyDocsForModule ~original Env ~indentation: (indentation + 1 )
162
162
m) );
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ preferring found resi file for impl: src/DocExtraction2.resi
24
24
"id": "InnerModule.DocExtraction2",
25
25
"name": "InnerModule",
26
26
"kind": "module",
27
- "item ":
27
+ "items ":
28
28
{
29
29
"name": "InnerModule",
30
30
"docstrings": [],
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extracting docs for src/DocExtraction2.resi
23
23
"id": "InnerModule.DocExtraction2",
24
24
"name": "InnerModule",
25
25
"kind": "module",
26
- "item ":
26
+ "items ":
27
27
{
28
28
"name": "InnerModule",
29
29
"docstrings": [],
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ extracting docs for src/DocExtractionRes.res
45
45
"id": "SomeInnerModule.DocExtractionRes",
46
46
"name": "SomeInnerModule",
47
47
"kind": "module",
48
- "item ":
48
+ "items ":
49
49
{
50
50
"name": "SomeInnerModule",
51
51
"docstrings": ["Another module level docstring here."],
@@ -97,7 +97,7 @@ extracting docs for src/DocExtractionRes.res
97
97
"id": "AnotherModule.DocExtractionRes",
98
98
"name": "AnotherModule",
99
99
"kind": "module",
100
- "item ":
100
+ "items ":
101
101
{
102
102
"name": "AnotherModule",
103
103
"docstrings": ["Mighty fine module here too!"],
@@ -153,7 +153,7 @@ extracting docs for src/DocExtractionRes.res
153
153
"id": "ModuleWithThingsThatShouldNotBeExported.DocExtractionRes",
154
154
"name": "ModuleWithThingsThatShouldNotBeExported",
155
155
"kind": "module",
156
- "item ":
156
+ "items ":
157
157
{
158
158
"name": "ModuleWithThingsThatShouldNotBeExported",
159
159
"docstrings": [],
You can’t perform that action at this time.
0 commit comments