Skip to content

Commit fe21b6a

Browse files
thurtkisielk
authored andcommitted
Update doc.go (#127)
1 parent a3acf13 commit fe21b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ flashes, call session.Flashes(). Here is an example:
7979
return
8080
}
8181
82-
// Get the previously flashes, if any.
82+
// Get the previous flashes, if any.
8383
if flashes := session.Flashes(); len(flashes) > 0 {
8484
// Use the flash values.
8585
} else {

0 commit comments

Comments
 (0)