Skip to content

Commit fa3a5f0

Browse files
author
Bess Sadler
committed
Minor typo fix.
1 parent 6097a81 commit fa3a5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/oai/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def initialize(base_url, options={})
9898

9999
# Equivalent to a Identify request. You'll get back a OAI::IdentifyResponse
100100
# object which is essentially just a wrapper around a REXML::Document
101-
# for the response. If you are created your client using the libxml
101+
# for the response. If you created your client using the libxml
102102
# parser then you will get an XML::Node object instead.
103103

104104
def identify

0 commit comments

Comments
 (0)