From 792841ab16d1154a070d4452224a6c864ac46e8c Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 29 Oct 2021 10:45:20 +0200 Subject: [PATCH] Very minor change. --- textview.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textview.go b/textview.go index bfcf807..68faf99 100644 --- a/textview.go +++ b/textview.go @@ -746,8 +746,8 @@ func (t *TextView) write(p []byte) (n int, err error) { // fmt.Println(tv.GetText(false)) // // Note that using the batch writer requires you to manage any issues that may -// arise from concurrency yourself. See -// https://github.com/rivo/tview/wiki/Concurrency for details. +// arise from concurrency yourself. See package description for details on +// dealing with concurrency. func (t *TextView) BatchWriter() TextViewWriter { t.Lock() return TextViewWriter{