mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebitentutil: Fix wrong comments
This commit is contained in:
parent
10080d83e6
commit
d1f9312242
@ -32,7 +32,7 @@ func OpenFile(path string) (ReadSeekCloser, error) {
|
||||
return os.Open(path)
|
||||
}
|
||||
|
||||
// JoinFilePath joins any number of path elements into a single path,
|
||||
// JoinStringsIntoFilePath joins any number of path elements into a single path,
|
||||
// adding a Separator if necessary.
|
||||
//
|
||||
// This is basically same as filepath.Join, but the behavior is different on JavaScript.
|
||||
|
Loading…
Reference in New Issue
Block a user