Skip to content

Commit

Permalink
Fix template_id type in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacegu committed Apr 15, 2016
1 parent 1d5d792 commit a4f0c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dnsimple/client/templates.rb
Expand Up @@ -76,7 +76,7 @@ def create_template(account_id, attributes, options = {})
# client.templates.template(1010, 5401)
#
# @param [Fixnum] account_id the account ID
# @param [Fixnum] template_id the template ID
# @param [#to_s] template_id The template ID
# @param [Hash] options
# @return [Dnsimple::Response<Dnsimple::Struct::Template>]
#
Expand All @@ -96,7 +96,7 @@ def template(account_id, template_id, options = {})
# client.templates.update_template(1010, 1, name: "New name")
#
# @param [Fixnum] account_iduthe account ID
# @param [Fixnum] template_id the template ID
# @param [#to_s] template_id The template ID
# @param [Hash] attributes
# @param [Hash] options
# @return [Dnsimple::Response<Dnsimple::Struct::Template>]
Expand Down

0 comments on commit a4f0c7a

Please sign in to comment.