Skip to content

Commit

Permalink
Updating documentation to have correct funct name
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Klebanoff committed Jul 1, 2016
1 parent 0ed1467 commit 08f9533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extracker/stories.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule ExTracker.Stories do
More info at: https://www.pivotaltracker.com/help/api/rest/v5#projects_project_id_stories_story_id_put
"""
@spec find(Client.t, pos_integer, {atom, binary}) :: ExTracker.Record.Story.t
@spec update(Client.t, pos_integer, {atom, binary}) :: ExTracker.Record.Story.t
def update(client, story_id, params) do
put("stories/#{story_id}", client, params)
|> ExTracker.Parser.parse_story
Expand Down

0 comments on commit 08f9533

Please sign in to comment.