diff options
| author | Russell Belfer <rb@github.com> | 2013-03-02 13:58:05 -0800 |
|---|---|---|
| committer | Russell Belfer <rb@github.com> | 2013-03-02 13:58:05 -0800 |
| commit | a313de0d9e4ca76e1ff6444b613984316f6ee711 (patch) | |
| tree | 1fb16f900ee923e18a0eb0b90053042b37d3ac77 | |
| parent | 7bd53bf38548ee039ae40bb669469625ce97a54e (diff) | |
| download | libgit2-a313de0d9e4ca76e1ff6444b613984316f6ee711.tar.gz | |
Fixed a couple typos
| -rw-r--r-- | CONTRIBUTING.md | 1 | ||||
| -rw-r--r-- | CONVENTIONS.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04a537f97..28ef27f42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 the APIs, your fresh eyes on the documentation will find areas that are confusing much more easily. - diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 67b60f4b3..59b41a2e6 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -211,7 +211,7 @@ GIT_INLINE(result_type) git_modulename_functionname(arg_list); ## 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. |
