From 3ef6d46bf8f86dcb2bb40abcb61f8f31847cc419 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 17 May 2021 21:23:06 +0100 Subject: reword comments --- packages/atomfeed.source.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/atomfeed.source.sh') diff --git a/packages/atomfeed.source.sh b/packages/atomfeed.source.sh index 3a3e1e73..6d5a8f47 100644 --- a/packages/atomfeed.source.sh +++ b/packages/atomfeed.source.sh @@ -1,4 +1,4 @@ -# Retrieves meta data of a given blog post. Generate new meta info if not yet exists. +# Retrieve meta data of a given blog post. Generate new meta info if not yet exists. atomfeed::meta () { local -r gmi_file_path="$1"; shift local -r meta_file=$($SED 's|gemtext|meta|; s|.gmi$|.meta|;' <<< "$gmi_file_path") @@ -37,7 +37,7 @@ META test $is_draft == yes && rm "$meta_file" } -# Retrieves the core content as XHTML of the blog post, to include to the feed. +# Retrieve the core content as XHTML of the blog post. atomfeed::content () { local -r gmi_file_path="$1"; shift log VERBOSE "Retrieving feed content from $gmi_file_path" -- cgit v1.2.3