From 80c4242daca3ae106dcf1fccba37b6bf73598558 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 9 Nov 2023 00:15:33 +0700 Subject: all: update comment on newWatcher --- watcher.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watcher.go b/watcher.go index 81108bc..3f4fd8f 100644 --- a/watcher.go +++ b/watcher.go @@ -38,11 +38,11 @@ type watcher struct { // // watcher // | -// +-- watchFileMarkup --> UPDATE --> Converter.ToHtmlFile() +// +-- watchFileMarkup --> UPDATE --> Converter.convertFileMarkups() // | // +-- watchHtmlTemplate +--> DELETE --> Converter.htmlTemplateUseInternal() // | -// +--> UPDATE --> Converter.htmlTemplateReload() +// +--> UPDATE --> Converter.convertFileMarkups() func newWatcher(converter *Converter, convertOpts *ConvertOptions) (w *watcher, err error) { var ( logp = `newWatcher` -- cgit v1.3