diff --git a/lib/dnsimple/client/registrar.rb b/lib/dnsimple/client/registrar.rb index 1b98de78..fa7ea8dc 100644 --- a/lib/dnsimple/client/registrar.rb +++ b/lib/dnsimple/client/registrar.rb @@ -226,7 +226,7 @@ def transfer_domain_out(account_id, domain_name, options = {}) # client.registrar.restore_domain(1010, "example.com", {}) # # @param [Integer] account_id the account ID - # @param [#to_s] domain_name the domain name to renew + # @param [#to_s] domain_name the domain name to restore # @param [Hash] attributes # @param [Hash] options # @return [Struct::DomainRestore]