From 2b6ede2e345928da55d6b50b2d40ddf29a067409 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Sat, 13 Jul 2019 15:58:20 -0500 Subject: [PATCH] Fixed abstract chapter title --- content/17-abstract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/17-abstract.md b/content/17-abstract.md index f99fc5e..09145d1 100644 --- a/content/17-abstract.md +++ b/content/17-abstract.md @@ -1,5 +1,5 @@ +++ -title = "Abstract" +title = "Abstract Classes" description = "Inheriting an interface" tags = ["php", "abstract"] slug = "abstract"