From 7bff9cb451f91dd315937d62253b77fb6c395d0a Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 15 Jun 2016 21:01:55 +0200 Subject: [PATCH] own-main.md: fix typo --- docs/own-main.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/own-main.md b/docs/own-main.md index f8c836e6..0b91fe3b 100644 --- a/docs/own-main.md +++ b/docs/own-main.md @@ -38,7 +38,7 @@ If you still want Catch to process the command line, but you want to programatic int main( int argc, char* const argv[] ) { - Catch::Session session; // There must be exactly once instance + Catch::Session session; // There must be exactly one instance // writing to session.configData() here sets defaults // this is the preferred way to set them @@ -65,4 +65,4 @@ Catch embeds a powerful command line parser which you can also use to parse your --- -[Home](Readme.md) \ No newline at end of file +[Home](Readme.md)