mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix the style of bullet points
This commit is contained in:
parent
dce1e7b378
commit
ccb64e9fa4
@ -253,6 +253,7 @@ The compiler resolves the import into a source unit name based on the import pat
|
||||
#. We start with the source unit name of the importing source unit.
|
||||
#. The last path segment with preceding slashes is removed from the resolved name.
|
||||
#. Then, for every segment in the import path, starting from the leftmost one:
|
||||
|
||||
- If the segment is ``.``, it is skipped.
|
||||
- If the segment is ``..``, the last path segment with preceding slashes is removed from the resolved name.
|
||||
- Otherwise, the segment (preceded by a single slash if the resolved name is not empty), is appended to the resolved name.
|
||||
|
Loading…
Reference in New Issue
Block a user