Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jroimartin committed Jan 30, 2016
1 parent 6a1d76b commit 02b399d
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 @@ -91,7 +91,7 @@ and customized creating a new Editor and assigning it to *Gui.Editor:
DefaultEditor can be taken as example to create your own custom Editor:
var DefaultEditor = EditorFunc(simpleEditor)
var DefaultEditor Editor = EditorFunc(simpleEditor)
func simpleEditor(v *View, key Key, ch rune, mod Modifier) {
switch {
Expand Down

0 comments on commit 02b399d

Please sign in to comment.