From 9ad6082157611328db78bb2c07b2b8455c172cd1 Mon Sep 17 00:00:00 2001 From: Roman Mahotskyi Date: Fri, 22 Jan 2021 21:13:17 +0200 Subject: [PATCH] Replace $ sign with % in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace $ sign with % in code coverage explanation chapter --- Documentation/0.Informations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/0.Informations.md b/Documentation/0.Informations.md index 98a45447..af95f011 100644 --- a/Documentation/0.Informations.md +++ b/Documentation/0.Informations.md @@ -27,7 +27,7 @@ All methods and variables have been documented and are available for option+clic Unit tests were performed on all the major classes in the library for quality assurance. You can find theses under the "Tests" folder at the top of the library. -Currently SwiftDate has ~90$ of code coverage. +Currently SwiftDate has ~90% of code coverage. If you ever find a test case that is incomplete, please open an issue so we can get it fixed.