Skip to content

Commit

Permalink
Fixed typo in documentation (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Don2Quixote authored May 24, 2021
1 parent f07a4f8 commit 328d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type neuteredReaddirFile struct {
http.File
}

// Dir returns a http.Filesystem that can be used by http.FileServer(). It is used internally
// Dir returns a http.FileSystem that can be used by http.FileServer(). It is used internally
// in router.Static().
// if listDirectory == true, then it works the same as http.Dir() otherwise it returns
// a filesystem that prevents http.FileServer() to list the directory files.
Expand Down

0 comments on commit 328d0b8

Please sign in to comment.