Skip to content

Commit 6c2c2da

Browse files
committed
Fixed typo
1 parent f233131 commit 6c2c2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ func (p *Path) Truncate() error {
436436
return p.WriteFile([]byte{})
437437
}
438438

439-
// Open opens the named file for reading. It calls os.Open on the
439+
// Open opens a file for reading. It calls os.Open on the
440440
// underlying path.
441441
func (p *Path) Open() (*os.File, error) {
442442
return os.Open(p.path)

0 commit comments

Comments
 (0)