minor change to comments

This commit is contained in:
Nathaniel Landau
2015-03-30 23:37:37 -04:00
parent ee7d8a61e3
commit 757df3bf5d

View File

@@ -116,7 +116,7 @@ function pushover() {
# use in if/then statements.
#
# Usage:
# if is_file; then
# if is_file "file"; then
# ...
# fi
# ------------------------------------------------------