Skip to content

Commit

Permalink
Fix typo in commits example
Browse files Browse the repository at this point in the history
  • Loading branch information
duksis committed Dec 31, 2015
1 parent 5331d3c commit 22634c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tentacat/commits.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule Tentacat.Commits do
## Example
Tentacat.Commit.find("6dcb09b", "elixir-lang", "elixir", client)
Tentacat.Commits.find("6dcb09b", "elixir-lang", "elixir", client)
More info at: http:\\developer.github.com/v3/repos/releases/#get-a-single-commit
"""
Expand All @@ -35,7 +35,7 @@ defmodule Tentacat.Commits do
## Example
Tentacat.Commit.compare(base, head, "elixir-lang", "elixir", client)
Tentacat.Commits.compare(base, head, "elixir-lang", "elixir", client)
More info at: https://developer.github.com/v3/repos/commits/#compare-two-commits
"""
Expand Down

0 comments on commit 22634c6

Please sign in to comment.