From fdf988013ed46a68f023342087df2002f872d700 Mon Sep 17 00:00:00 2001 From: nitriques Date: Mon, 1 Aug 2016 23:19:25 -0400 Subject: [PATCH] Documentation fix The method returns an instance of the JIT class, not Frontend --- lib/class.jit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/class.jit.php b/lib/class.jit.php index b0b8519..e160f73 100644 --- a/lib/class.jit.php +++ b/lib/class.jit.php @@ -31,8 +31,8 @@ class JIT extends Symphony public static $available_filters = array(); /** - * This function returns an instance of the Frontend - * class. It is the only way to create a new Frontend, as + * This function returns an instance of the JIT + * class. It is the only way to create a new JIT, as * it implements the Singleton interface * * @return JIT