Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a313de0

Browse files
committed
Fixed a couple typos
1 parent 7bd53bf commit a313de0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,3 @@ base and make a nice first step:
9797
* Submit a PR to clarify documentation! While we do try to document all of
9898
the APIs, your fresh eyes on the documentation will find areas that are
9999
confusing much more easily.
100-

CONVENTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ GIT_INLINE(result_type) git_modulename_functionname(arg_list);
211211
212212
## Tests
213213
214-
`libgit2` uses the (clar)[https://github.com/vmg/clar] testing framework.
214+
`libgit2` uses the [clar](https://github.com/vmg/clar) testing framework.
215215
216216
All PRs should have corresponding tests.
217217

0 commit comments

Comments
 (0)