From ad2fddbbf2e23e8acca46c2e4a9cfce3ecc065a9 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 1 Nov 2021 08:53:23 +0000 Subject: [PATCH] [autofix] Format Markdown --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5c78652..c399413 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ A *falsehood* is an ***idea* that you initially believe was true**, but in-reality it is **proven to be false**. -E.g. of an *idea*: valid email address exactly has one `@` character. So, you will use this rule to implement your email-field validation logic. Right? Wrong! The *reality* is: emails [can have multiple `@` chars](#emails). Therefore your implementation should allow this. The initial *idea* is a falsehood you believed in. +E.g. of an *idea*: valid email address exactly has one `@` character. So, you will use this rule to implement your email-field validation logic. Right? Wrong\! The *reality* is: emails [can have multiple `@` chars](#emails). Therefore your implementation should allow this. The initial *idea* is a falsehood you believed in. The *falsehood* articles listed below will have a comprehensive list of those false-beliefs that you should be aware of, to help you become a better programmer.