diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-25 19:39:45 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-25 19:39:45 +0000 |
commit | 6e6bf400fcdb8679dadffd008300620451147226 (patch) | |
tree | 7be3a1bbd952c31be397764d47f0821fded21a75 | |
parent | a261a3276f6380ac849ac0cac02f05a05ed57b6a (diff) |
Removed references to sentinel.
-rw-r--r-- | lib/custodian/parser.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index 0ebf667..0409e4e 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -70,9 +70,7 @@ module Custodian # - # Retrieve a HTTP page from the web - this is used for macro-expansion - # - # NOTE: This came from sentinel. + # Retrieve a HTTP/HTTPS page from the web, which is used for macro-expansion. # def getURL (uri_str) begin |