From 1d4a08db7e5bbd62110f025eb44b1add2bd051d8 Mon Sep 17 00:00:00 2001 From: plapins Date: Fri, 19 Aug 2016 10:51:29 +0200 Subject: [PATCH] Fixed small mistake in a comment. --- Project/Tutorial01/Tutorial01.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/Tutorial01/Tutorial01.cpp b/Project/Tutorial01/Tutorial01.cpp index 73c6b15..3c2b14e 100644 --- a/Project/Tutorial01/Tutorial01.cpp +++ b/Project/Tutorial01/Tutorial01.cpp @@ -273,4 +273,4 @@ namespace ApiWithoutSecrets { } } -} // namespace Tutorial \ No newline at end of file +} // namespace ApiWithoutSecrets \ No newline at end of file