Skip to content

Commit 5231493

Browse files
committed
doc(export): move note anchor due to fixed header
1 parent fc1622d commit 5231493

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
@@ -87,9 +87,9 @@ export O.c
8787
def f: c.T = ...
8888
```
8989

90+
<a id="note_class"></a>
9091
Export clauses can appear in classes or they can appear at the top-level. An export clause cannot appear as a statement in a block.
9192

92-
<a id="note_class"></a>
9393
(\*) Note: Unless otherwise stated, the term "class" in this discussion also includes object and trait definitions.
9494

9595
### Motivation

0 commit comments

Comments
 (0)