From 3bee0eb819dc8ba2712f250bf40003d90dc22af2 Mon Sep 17 00:00:00 2001 From: Anton Stepanov Date: Fri, 16 Dec 2016 01:00:37 +0300 Subject: [PATCH] Update README.rst --- Behavioral/Memento/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Behavioral/Memento/README.rst b/Behavioral/Memento/README.rst index 32ec703..7a63f18 100644 --- a/Behavioral/Memento/README.rst +++ b/Behavioral/Memento/README.rst @@ -60,9 +60,9 @@ Memento.php :language: php :linenos: -Originator.php +State.php -.. literalinclude:: Originator.php +.. literalinclude:: State.php :language: php :linenos: @@ -82,4 +82,4 @@ Tests/MementoTest.php :linenos: .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Memento -.. __: http://en.wikipedia.org/wiki/Memento_pattern \ No newline at end of file +.. __: http://en.wikipedia.org/wiki/Memento_pattern