Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icza committed Sep 6, 2016
1 parent 7193576 commit 4530615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwu/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Here's an example how to do it:
func (h sessHandler) Created(s gwu.Session) {
win := gwu.NewWindow("login", "Login Window")
// ...add content to the login window...
s.AddWindow(win)
h.AddWindow(win)
}
func (h sessHandler) Removed(s gwu.Session) {}
Expand Down

0 comments on commit 4530615

Please sign in to comment.