Fixed: typo

This commit is contained in:
arookas 2016-02-13 23:02:16 -05:00
parent 306cb5f5fd
commit 54d59d3fae

View file

@ -10,7 +10,7 @@ There are three primary methods in the import-resolver API:
|------|-----------| |------|-----------|
|`Enter`|Called when the compiler begins compiling a script. The script about to be compiled is passed through the `file` parameter.| |`Enter`|Called when the compiler begins compiling a script. The script about to be compiled is passed through the `file` parameter.|
|`Exit`|Similar to `Enter`, but is called when the compiler finishes compiling a script.| |`Exit`|Similar to `Enter`, but is called when the compiler finishes compiling a script.|
|`Resolve`|This is where the actual import resolver logic is implemented. The name of the script is passed through the `name` parameter. The method initiailizes a new `sunScriptFile` instance and passes it to the `file` out parameter.| |`Resolve`|This is where the actual import resolver logic is implemented. The name of the script is passed through the `name` parameter. The method initializes a new `sunScriptFile` instance and passes it to the `file` out parameter.|
#### Import results #### Import results