Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
The method returns an instance of the JIT class, not Frontend
  • Loading branch information
nitriques committed Aug 2, 2016
1 parent e92fe94 commit fdf9880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/class.jit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdf9880

Please sign in to comment.