~ghost08/ratt

Fix typo in comment v1 APPLIED

Daniel Hecker: 1
 Fix typo in comment

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~ghost08/ratt/patches/28010/mbox | git am -3
Learn more about email & git

[PATCH] Fix typo in comment Export this patch

---
 feed.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/feed.go b/feed.go
index 7774b12..e544c51 100644
--- a/feed.go
+++ b/feed.go
@@ -91,7 +91,7 @@ func ConstructFeed(doc *goquery.Document, u string, selectors Selectors, verbose
	}

	var wa sync.WaitGroup
	//if item containter selector is a multiline value, then it is lua code that rerutns a number
	//if item container selector is a multiline value, then it is lua code that returns a number
	if strings.ContainsRune(selectors.Item.Container, '\n') {
		output, err := runLua(nil, selectors.Item.Container, u)
		if err != nil {
-- 
2.34.1