From baa44483351650d2518b0e6d8514c5e2313f3a47 Mon Sep 17 00:00:00 2001 From: wangliang Date: Wed, 22 Apr 2015 23:05:12 +0800 Subject: [PATCH] Remove mistakenly added word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9bd17da4..8b7d3dae2 100644 --- a/README.md +++ b/README.md @@ -492,7 +492,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor * [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain) prototype inheritance ## Poison Pill [↑](#list-of-design-patterns) -**Intent:** Poison Pill is known as predefined data item that allows to provide graceful shutdown for separate distributed consumption process. +**Intent:** Poison Pill is known predefined data item that allows to provide graceful shutdown for separate distributed consumption process. ![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/poison-pill/etc/poison-pill.png "Poison Pill")