From a67c870eef2c2442557deb7acdf9c918ebbd8d06 Mon Sep 17 00:00:00 2001 From: Roi Martin Date: Sat, 15 Nov 2014 13:50:56 +0100 Subject: [PATCH] Fix typos. --- view.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view.go b/view.go index 9f4f4cb..8f323ca 100644 --- a/view.go +++ b/view.go @@ -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.