Fix typo in file.inc include (#602)

This commit is contained in:
Mohammad Ghasembeigi 2017-04-28 20:47:09 +10:00 committed by Nicholas Hastings
parent ba81b5b2a5
commit c0ec537f29

View File

@ -107,7 +107,7 @@ methodmap DirectoryListing < Handle
// actually a file, it just closes it.
methodmap File < Handle
{
// Close the file handle. This is the same as using CloseHandle) or delete.
// Close the file handle. This is the same as using CloseHandle() or delete.
public void Close() {
CloseHandle(this);
}