Remove mistakenly added word

This commit is contained in:
wangliang 2015-04-22 23:05:12 +08:00
parent f32cc5ebc6
commit baa4448335

View File

@ -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
## <a name="poison-pill">Poison Pill</a> [&#8593;](#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")