Skip to content

Commit

Permalink
review adjustments 5
Browse files Browse the repository at this point in the history
  • Loading branch information
powellnorma committed Jan 14, 2024
1 parent 35c82d7 commit 0395c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func ReadOnly() ServerOption {
}
}

// configures a Server to serve a virtual '/' for windows that lists all drives
// WindowsRootEnumeratesDrives configures a Server to serve a virtual '/' for windows that lists all drives
func WindowsRootEnumeratesDrives() ServerOption {
return func(s *Server) error {
s.winRoot = true
Expand Down

0 comments on commit 0395c12

Please sign in to comment.