From 2a4a54ae8ff2b46c3f050b0fafd706d979c0a2c4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 27 Nov 2024 21:24:02 +0200 Subject: refactor --- internal/tags/inline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tags/inline.go b/internal/tags/inline.go index 51277a5..0509f4d 100644 --- a/internal/tags/inline.go +++ b/internal/tags/inline.go @@ -14,7 +14,7 @@ import ( var inlineTagRE = regexp.MustCompile(`^[a-z\.,:]*$`) -// Extracts the inline tags into the filepath and removes them from the content. +// Extracts the inline tags from the content ant inserts them into the file path. func InlineExtract(filePath string) (string, error) { content, err := oi.SlurpAndTrim(filePath) if err != nil { -- cgit v1.2.3