From 1a5915de02e683b946ba79810255d78c03691a52 Mon Sep 17 00:00:00 2001
From: agusmakmun <summon.agus@gmail.com>
Date: Sun, 22 May 2016 04:22:57 +0700
Subject: [PATCH] added post: CensorThis - Censor the words [CF]

---
 _posts/2016-05-21-censorthis-censor-the-words-cf.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/2016-05-21-censorthis-censor-the-words-cf.md b/_posts/2016-05-21-censorthis-censor-the-words-cf.md
index e4d62a1..0965ce2 100644
--- a/_posts/2016-05-21-censorthis-censor-the-words-cf.md
+++ b/_posts/2016-05-21-censorthis-censor-the-words-cf.md
@@ -67,7 +67,7 @@ Expected Output: "Python is the **** programming language and LOLCODE is the ***
 ```
 text: "A bald eagle is a worthy adversary"
 forbiddenWords: ["bald", "a"]
-Output: "* **** eagle is * worthy adversary"
+Expected Output: "* **** eagle is * worthy adversary"
 ```
 
 **Test 5**
-- 
GitLab