Fix typo in file.inc include (#602)
This commit is contained in:
parent
ba81b5b2a5
commit
c0ec537f29
@ -107,7 +107,7 @@ methodmap DirectoryListing < Handle
|
|||||||
// actually a file, it just closes it.
|
// actually a file, it just closes it.
|
||||||
methodmap File < Handle
|
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() {
|
public void Close() {
|
||||||
CloseHandle(this);
|
CloseHandle(this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user