Skip to content

Commit

Permalink
Adding missing keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
mum4k committed May 14, 2018
1 parent f62bf80 commit ec590d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/widget_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ A typical unit test creates the expected fake terminal, executes the widget to
get the actual fake terminal and compares the two:

```go
TestWidget(t *testing.T) {
func TestWidget(t *testing.T) {
tests := []struct {
desc string
canvas image.Rectangle
Expand Down

0 comments on commit ec590d6

Please sign in to comment.