mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: fix a typo (#15373)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user