From 2a0581d26fa7c0a23ec03b73bdebbcc14bb2c2ea Mon Sep 17 00:00:00 2001 From: Don2Quixote Date: Mon, 24 May 2021 11:01:03 +0300 Subject: [PATCH] Fixed typo in documentation --- fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs.go b/fs.go index 007d9b75..e5f3d602 100644 --- a/fs.go +++ b/fs.go @@ -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.