Skip to content

Commit

Permalink
Update doc.go (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
thurt authored and kisielk committed Jan 15, 2018
1 parent a3acf13 commit fe21b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ flashes, call session.Flashes(). Here is an example:
return
}
// Get the previously flashes, if any.
// Get the previous flashes, if any.
if flashes := session.Flashes(); len(flashes) > 0 {
// Use the flash values.
} else {
Expand Down

0 comments on commit fe21b6a

Please sign in to comment.