1
0
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:
Ikko Ashimine
2022-08-08 09:01:05 +09:00
committed by GitHub
parent b01f71d9da
commit d74cf084fb

View File

@ -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