Skip to content

Commit

Permalink
Fix little typo at _list issues_ docs
Browse files Browse the repository at this point in the history
** (Protocol.UndefinedError) protocol String.Chars not implemented for %Tentacat.Client{auth: %{access_token: "xxxxx"}, endpoint: "https://api.github.com/"} of type Tentacat.Client (a struct). This protocol is implemented for the following type(s): Float, DateTime, Time, List, Version.Requirement, Atom, Integer, Version, Date, BitString, NaiveDateTime, URI
  • Loading branch information
cetinajero authored Oct 7, 2020
1 parent 6e55c0b commit c5d4eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tentacat/issues/issues.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Tentacat.Issues do
## Example
Tentacat.Issues.list "elixir-lang", "elixir"
Tentacat.Issues.list "elixir-lang", "elixir", client
Tentacat.Issues.list client, "elixir-lang", "elixir"
More info at: https://developer.github.com/v3/issues/#list-issues
"""
Expand Down

0 comments on commit c5d4eb8

Please # to comment.