From b247a39d8729014b5dfc104bfd8e8be2004e1f2e Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Fri, 20 Jun 2014 10:15:03 -0700 Subject: [PATCH] missing paren --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1444596d2..8ebb99154 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ easily accessible permanent record of the conversation. The `master` branch is the main branch where development happens. Releases are tagged -(e.g. [v0.21.0](https://github.com/libgit2/libgit2/releases/tag/v0.21.0) +(e.g. [v0.21.0](https://github.com/libgit2/libgit2/releases/tag/v0.21.0) ) and when a critical bug fix needs to be backported, it will be done on a `-maint` maintenance branch.