Fixed a couple typos

This commit is contained in:
Russell Belfer 2013-03-02 13:58:05 -08:00
parent 7bd53bf385
commit a313de0d9e
2 changed files with 1 additions and 2 deletions

View File

@ -97,4 +97,3 @@ base and make a nice first step:
* Submit a PR to clarify documentation! While we do try to document all of * Submit a PR to clarify documentation! While we do try to document all of
the APIs, your fresh eyes on the documentation will find areas that are the APIs, your fresh eyes on the documentation will find areas that are
confusing much more easily. confusing much more easily.

View File

@ -211,7 +211,7 @@ GIT_INLINE(result_type) git_modulename_functionname(arg_list);
## Tests ## Tests
`libgit2` uses the (clar)[https://github.com/vmg/clar] testing framework. `libgit2` uses the [clar](https://github.com/vmg/clar) testing framework.
All PRs should have corresponding tests. All PRs should have corresponding tests.