From 23d84837388e20f1defa9708dea5135a8ae65317 Mon Sep 17 00:00:00 2001 From: SHANG Guokan Date: Wed, 29 Apr 2015 13:41:02 +0200 Subject: [PATCH] Update README.rst --- Behavioral/Specification/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Behavioral/Specification/README.rst b/Behavioral/Specification/README.rst index ad9512c..e12c24a 100644 --- a/Behavioral/Specification/README.rst +++ b/Behavioral/Specification/README.rst @@ -9,8 +9,8 @@ checked against. The composite specification class has one method called ``isSatisfiedBy`` that returns either true or false depending on whether the given object satisfies the specification. -Sample: -^^^^^^^ +Examples +-------- - `RulerZ `__