Skip to content

Commit

Permalink
Documentation corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaben committed Sep 18, 2010
1 parent fff9610 commit 8feab41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/opds/opds.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Module containing the whole OPDS parsing library
module OPDS
# Convinience call to Feed.parse_url
# @see Feed.parse_url
Expand Down
2 changes: 1 addition & 1 deletion lib/opds/support/browser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def current_location
end

# Try to discover catalog links at the given url
# @params [String] url to search
# @param [String] url to search
# @return [OPDS::Support::LinkSet, false] discovered links
def discover(url)
go_to(url)
Expand Down

0 comments on commit 8feab41

Please sign in to comment.