Skip to content

Commit

Permalink
Fix typo in comment (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai authored and weppos committed Apr 25, 2019
1 parent f749c1a commit 916d013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public_suffix/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def self.name_to_labels(name)
# Initializes with a +tld+, +sld+ and +trd+.
# @param [String] tld The TLD (extension)
# @param [String] sld The SLD (domain)
# @param [String] tld The TRD (subdomain)
# @param [String] trd The TRD (subdomain)
#
# @yield [self] Yields on self.
# @yieldparam [PublicSuffix::Domain] self The newly creates instance
Expand Down

0 comments on commit 916d013

Please sign in to comment.