From 4f606a3ddabd245863313317edea9572f4e3ad76 Mon Sep 17 00:00:00 2001 From: Patrick Zeinert Date: Wed, 29 Mar 2017 12:12:43 -0400 Subject: [PATCH] Change PaperBookInterface to BookInterface It looks like the file name was updated in a few places, but not properly changed in the include line. --- Structural/Adapter/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Structural/Adapter/README.rst b/Structural/Adapter/README.rst index 12be447..6698fda 100644 --- a/Structural/Adapter/README.rst +++ b/Structural/Adapter/README.rst @@ -30,7 +30,7 @@ You can also find these code on `GitHub`_ BookInterface.php -.. literalinclude:: PaperBookInterface.php +.. literalinclude:: BookInterface.php :language: php :linenos: