From d7340fad8a085e24eeb2c7cf39247ffb6e83c266 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 17 Jan 2013 10:13:58 +0100 Subject: [PATCH] Constructive comment. --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 9bc80dd..d852973 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2,7 +2,7 @@ /** * Interface defining functions the h5p library needs the framework to implement */ -interface h5pFramework { +interface h5pFramework { // TODO: I suspect this is a "skeleton" or more commonly known as a interface for classes to implement, not a framework as the name might suggest. /** * Show the user an error message *