Skip to content

Commit 7dd11d3

Browse files
authored
indent text to not restart list numbering
The current version of the doc restarts the list numbering after "With export clauses, the following steps are added:", making items 1 and 2, instead of 6 and 7, and making the following paragraph invalid.
1 parent 28f04c6 commit 7dd11d3

File tree

1 file changed

+1
-1
lines changed
  • docs/docs/reference/other-new-features

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Export clauses are processed when the type information of the enclosing object o
139139
on demand.
140140
5. Determine the types of all parents of the class.
141141

142-
With export clauses, the following steps are added:
142+
With export clauses, the following steps are added:
143143

144144
6. Compute the types of all paths in export clauses in a context logically
145145
inside the class but not considering any imports or exports in that class.

0 commit comments

Comments
 (0)