Skip to content

Commit

Permalink
Merge pull request #51 from wojtekmach/fix-docs-for-pulls-filter
Browse files Browse the repository at this point in the history
Fix docs for Tentacat.Pulls.filter
  • Loading branch information
duksis committed Jan 3, 2016
2 parents f8380d8 + da95c9d commit 885d4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tentacat/pulls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ defmodule Tentacat.Pulls do
## Example
Tentacat.Pulls.list "elixir-lang", "elixir", %{state: "open"}
Tentacat.Pulls.list "elixir-lang", "elixir", %{state: "open"}, client
Tentacat.Pulls.filter "elixir-lang", "elixir", %{state: "open"}
Tentacat.Pulls.filter "elixir-lang", "elixir", %{state: "open"}, client
More info at: https://developer.github.com/v3/pulls/#parameters
"""
Expand Down

0 comments on commit 885d4d4

Please sign in to comment.