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 `__