Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Feb 18, 2017
1 parent 0fcb16f commit 232dbe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ fmt.Printf("%#v", c)
# Special keywords

### Interface, Struct
Interface and Struct render the keyword followed statement list enclosed by
curly braces.
Interface and Struct render the keyword followed by a statement list enclosed
by curly braces.

[Example](https://godoc.org/github.com/davelondon/jennifer/jen#example-Interface-empty):
```go
Expand Down
4 changes: 2 additions & 2 deletions README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ functions that accept a func(*Group). These are used to embed logic.
# Special keywords

### Interface, Struct
Interface and Struct render the keyword followed statement list enclosed by
curly braces.
Interface and Struct render the keyword followed by a statement list enclosed
by curly braces.

{{ "ExampleInterface_empty" | example }}

Expand Down

0 comments on commit 232dbe3

Please sign in to comment.