Skip to content

Commit

Permalink
Update File.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeGuyWhoLovesCoding authored Sep 9, 2024
1 parent e3f55ef commit 22847ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/sys/io/File.hx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extern class File {
If `path` is null, the result is unspecified.
**/
static function getBytes(path:String, pos:Int = 0, len:Int = 0):haxe.io.Bytes;
static function getBytes(path:String):haxe.io.Bytes;

/**
Stores `bytes` in the file specified by `path` in binary mode.
Expand Down

0 comments on commit 22847ae

Please sign in to comment.