Skip to content

Commit

Permalink
Fix docs for Tentacat.Pulls.filter
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jan 2, 2016
1 parent 1bb5e1a commit da95c9d
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 da95c9d

Please sign in to comment.