We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618275d commit a65c297Copy full SHA for a65c297
lib/mongo/uri/srv_protocol.rb
@@ -168,7 +168,7 @@ def parse!(remaining)
168
# The hostname cannot include a port.
169
#
170
# The hostname must not begin with a dot, end with a dot, or have
171
- # consecutive dots. The hostname must have a minimum of 1 component (tld)
+ # consecutive dots. The hostname must have a minimum of 1 component
172
173
# Raises Error::InvalidURI if validation fails.
174
def validate_srv_hostname(hostname)
0 commit comments