lib/net/ldap/entry.rb in net-ldap-0.8.0 vs lib/net/ldap/entry.rb in net-ldap-0.9.0
- old
+ new
@@ -113,10 +113,10 @@
@myhash[name] || []
end
##
# Read the first value for the provided attribute. The attribute name
- # is canonicalized prior to reading. Returns nil if the attribute does
+ # is canonicalized prior to reading. Returns nil if the attribute does
# not exist.
def first(name)
self[name].first
end