From 0922c668496e097c7c9c8e50d24e204eaff315eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bru=CC=88ckner?= Date: Thu, 2 Apr 2015 11:00:14 +0200 Subject: [PATCH] Fixes wrong chapter names --- docs/src/modules/zend.validator.step.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/modules/zend.validator.step.rst b/docs/src/modules/zend.validator.step.rst index 17cba5ae5..aec914063 100644 --- a/docs/src/modules/zend.validator.step.rst +++ b/docs/src/modules/zend.validator.step.rst @@ -1,4 +1,4 @@ -.. _zend.validate.step: +.. _zend.validator.step: Step Validator ============== @@ -6,7 +6,7 @@ Step Validator ``Zend\Validator\Step`` allows you to validate if a given value is a valid step value. This validator requires the value to be a numeric value (either string, int or float). -.. _zend.validate.step.options: +.. _zend.validator.step.options: Supported options for Zend\\Validator\\Step ------------------------------------------- @@ -17,7 +17,7 @@ The following options are supported for ``Zend\Validator\Step``: - **step**: This is the step value. This option defaults to ``1`` -.. _zend.validate.step.basic: +.. _zend.validator.step.basic: Basic usage ----------- @@ -35,7 +35,7 @@ A basic example is the following one: // false } -.. _zend.validate.step.floatingvalues: +.. _zend.validator.step.floatingvalues: Using floating-point values ---------------------------