Skip to content

Commit

Permalink
Minor comments improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi authored Jul 9, 2017
1 parent 39fac33 commit f9ac42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/deploy/mk_download_page.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ function get_last_release
get_tag "$xml" latest
}

# Instantiates a template, replacing place holders named by the $3/$4 parameters with version-related values
# about the given artifact's URI
# Instantiates a template (sent in via stdin), replacing placeholders named by the $3/$4 parameters with version-related values
# about the given artifact's URI. Returns the result on the stdout.
#
function make_doc
{
Expand Down

0 comments on commit f9ac42d

Please sign in to comment.