mirror of
https://github.com/vlang/v.git
synced 2025-09-09 07:15:50 -04:00
readme: fix a typo (#15373)
This commit is contained in:
parent
b01f71d9da
commit
d74cf084fb
@ -96,7 +96,7 @@ If the module which is imported isn't parsed already,
|
|||||||
you have to collect it relatively from the main file.
|
you have to collect it relatively from the main file.
|
||||||
For this the `ast.File` contains a list of imports.
|
For this the `ast.File` contains a list of imports.
|
||||||
Those imports needs to be found on disk.
|
Those imports needs to be found on disk.
|
||||||
`.` is just replaced with seperators in the relative location of the main file.
|
`.` is just replaced with separators in the relative location of the main file.
|
||||||
Then all files from that directory are collected and parsed again like the previous steps explained.
|
Then all files from that directory are collected and parsed again like the previous steps explained.
|
||||||
|
|
||||||
## Checking AST
|
## Checking AST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user