From c43ce854167b2b6231648a4bd072172ee69a5712 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Mon, 23 Oct 2017 21:18:57 +0100 Subject: [PATCH] Fix very minor typo it's -> its --- docs/opensource-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index d23f4140..c7171ed4 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -1,7 +1,7 @@ # Open Source projects using Catch -Catch is great for open source. With it's [liberal license](../LICENSE.txt) and single-header, dependency-free, distribution +Catch is great for open source. With its [liberal license](../LICENSE.txt) and single-header, dependency-free, distribution it's easy to just drop the header into your project and start writing tests - what's not to like? As a result Catch is now being used in many Open Source projects, including some quite well known ones.