Skip to content

Commit 81a6983

Browse files
committed
docfix
1 parent 663fc72 commit 81a6983

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/oai/client.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ module OAI
3232
#
3333
# client = OAI::Client.new 'http://www.pubmedcentral.gov/oai/oai.cgi'
3434
# record = client.get_record :identifier => 'oai:pubmedcentral.gov:13901'
35-
# for identifier in client.list_identifiers :metadata_prefix => 'oai_dc'
36-
# puts identifier.
35+
# for identifier in client.list_identifiers
36+
# puts identifier
37+
# end
3738
#
3839
# It is worth noting that the api uses methods and parameter names with
3940
# underscores in them rather than studly caps. So above list_identifiers

0 commit comments

Comments
 (0)