diff options
| -rw-r--r-- | internal/tags/inline.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
