diff options
author | Carlos Martín Nieto <carlosmn@github.com> | 2016-02-18 11:44:04 +0100 |
---|---|---|
committer | Carlos Martín Nieto <carlosmn@github.com> | 2016-02-18 11:44:04 +0100 |
commit | 298d1b07af7450041ce78a0a377f207b993b5693 (patch) | |
tree | ba5d3812eabd8fe02823bdd4160865bc3e4f0d5d /PROJECTS.md | |
parent | 9c26f90c37926d7eef12f7d19f8c9d92493e3c44 (diff) | |
parent | d50bf716946ab7c9c1be7b804c6e87f43835b9a3 (diff) | |
download | libgit2-298d1b07af7450041ce78a0a377f207b993b5693.tar.gz |
Merge pull request #3621 from pra85/patch-1
Fix a typo
Diffstat (limited to 'PROJECTS.md')
-rw-r--r-- | PROJECTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PROJECTS.md b/PROJECTS.md index 66fd5c329..87ce78f02 100644 --- a/PROJECTS.md +++ b/PROJECTS.md @@ -48,7 +48,7 @@ These are good small projects to get started with libgit2. a new example that mirrors the behavior. Examples don't have to be perfect emulations, but should demonstrate how to use the libgit2 APIs to get results that are similar to Git commands. This lets you (and us) - easily exercise a particular facet of the API and measure compatability + easily exercise a particular facet of the API and measure compatibility and feature parity with core git. * 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 |