mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
path-resolution.rst: Typo, segument -> segment
This commit is contained in:
parent
2201526a90
commit
ac5d575e9c
@ -197,7 +197,7 @@ source unit name.
|
||||
|
||||
A source unit name is just an identifier and even if its value happens to look like a path, it
|
||||
is not subject to the normalization rules you would typically expect in a shell.
|
||||
Any ``/./`` or ``/../`` seguments or sequences of multiple slashes remain a part of it.
|
||||
Any ``/./`` or ``/../`` segments or sequences of multiple slashes remain a part of it.
|
||||
When the source is provided via Standard JSON interface it is entirely possible to associate
|
||||
different content with source unit names that would refer to the same file on disk.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user