diff options
Diffstat (limited to 'src/SemanticScuttle/Model')
-rw-r--r-- | src/SemanticScuttle/Model/Theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SemanticScuttle/Model/Theme.php b/src/SemanticScuttle/Model/Theme.php index a2f4973..65861b8 100644 --- a/src/SemanticScuttle/Model/Theme.php +++ b/src/SemanticScuttle/Model/Theme.php @@ -60,7 +60,7 @@ class SemanticScuttle_Model_Theme * * Must always be used when adding i.e. images to the output. * - * @param string $file File name to find the path for + * @param string $file File name to find the path for, i.e. "scuttle.css". * * @return string Full path */ |