Fix typos.

This commit is contained in:
Roi Martin 2014-11-15 13:50:56 +01:00
parent 530f266854
commit a67c870eef
1 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,11 @@ type View struct {
// for the line under the cursor position.
Highlight bool
// If Frame is true, a border will be drawn around the view
// If Frame is true, a border will be drawn around the view.
Frame bool
// If Wrap is true, the content that is written to this View is
// automatically wrapped when it is longer than its width
// automatically wrapped when it is longer than its width.
Wrap bool
// If Wrap is true, each wrapping line is prefixed with this prefix.