From 66120a1422ff673b428bfd2e2b817af07affe9d1 Mon Sep 17 00:00:00 2001 From: bott Date: Tue, 29 Oct 2024 13:08:08 +0100 Subject: [PATCH] Fix formatting bug in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72e8c8e..eaae94c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The ```Convert()``` extension methods also provide overloads to provide a custom - **```IsTimeEqual```** Determines if the time part of two ```DateTime``` values are equal. - **```IsToday```** Determines if a date is ```DateTime.Today```. - **```IsWeekday```** Determines if a ```DateTime``` or ```DayOfWeek``` is a weekday. -- **```IsWeekend```**Determines if a ```DateTime``` or ```DayOfWeek``` is a weekend. +- **```IsWeekend```** Determines if a ```DateTime``` or ```DayOfWeek``` is a weekend. - **```Midnight```** Gets a ```DateTime```representing midnight on a specified date. - **```NextMonth```** Gets the next month. - **```Noon```** Gets a ```DateTime``` representing noon on a specified date. @@ -199,7 +199,7 @@ The numeric extensions methods are available for the following primitives: ```by - **```RemoveSpaces```** Removes all whitespace (not line endings, etc.) from a string. - **```RemoveSpecialCharacters```** Removes all special characters from a string. - **```Repeat```** Repeats a string value as provided by the repeat count. -- **```ReplaceDiacritics```** Replaces all diacritical marks with an ascii representation, fe. 'ü' to 'u'. +- **```ReplaceDiacritics```** Replaces all diacritical marks with an ascii representation, fe. 'ü' to 'u'. - **```ReplaceWithEmpty```** Replaces all occurrences of a string in an input string with ```string.Empty```. - **```Reverse```**Reverses the a string. - **```Right```** Gets a substring of a string from end of the string.