lib/octokit/client/milestones.rb in octokit-0.6.4 vs lib/octokit/client/milestones.rb in octokit-0.6.5

- old
+ new

@@ -52,10 +52,10 @@ end # Update a milestone for a repository # # @param repository [String, Repository, Hash] A GitHub repository. - # @param number [String, Integer] Number ID of a milestone + # @param number [String, Integer] ID of the milestone # @param options [Hash] A customizable set of options. # @option options [String] :title A unique title. # @option options [String] :state (open) State: <tt>open</tt> or <tt>closed</tt>. # @option options [String] :description A meaningful description # @option options [Time] :due_on Set if the milestone has a due date