Skip to content

Commit 84ad09a

Browse files
committed
Updated documentation.
1 parent ee40743 commit 84ad09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed/embed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ func (f FS) readDir(dir string) []file {
297297

298298
// Open opens the named file for reading and returns it as an fs.File.
299299
//
300-
// The returned file implements io.Seeker when the file is not a directory.
300+
// The returned file implements io.Seeker and io.ReaderAt when the file is not a directory.
301301
func (f FS) Open(name string) (fs.File, error) {
302302
file := f.lookup(name)
303303
if file == nil {

0 commit comments

Comments
 (0)