Skip to content

Commit b8f3069

Browse files
committed
Fixed the comment in Session middleware
1 parent 93dd5f3 commit b8f3069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
type (
11-
// Config defines the config for CasbinAuth middleware.
11+
// Config defines the config for Session middleware.
1212
Config struct {
1313
// Skipper defines a function to skip middleware.
1414
Skipper middleware.Skipper

0 commit comments

Comments
 (0)