Skip to content

Commit 2858f70

Browse files
authored
Merge pull request #12791 from ethereum/usingForDocAtFileLevel
[DOC] Using for at file level.
2 parents c6ac162 + 0bc29f2 commit 2858f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/layout-of-source-files.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Layout of a Solidity Source File
33
********************************
44

55
Source files can contain an arbitrary number of
6-
:ref:`contract definitions<contract_structure>`, import_ directives,
7-
:ref:`pragma directives<pragma>` and
6+
:ref:`contract definitions<contract_structure>`, import_ ,
7+
:ref:`pragma<pragma>` and :ref:`using for<using-for>` directives and
88
:ref:`struct<structs>`, :ref:`enum<enums>`, :ref:`function<functions>`, :ref:`error<errors>`
99
and :ref:`constant variable<constants>` definitions.
1010

0 commit comments

Comments
 (0)