diff --git a/lib/grade/grade_object.php b/lib/grade/grade_object.php index 58dfcd92b5b..5c7e6ada924 100644 --- a/lib/grade/grade_object.php +++ b/lib/grade/grade_object.php @@ -413,7 +413,7 @@ abstract class grade_object { /** * Check grade object hidden status * - * @return bool True if a "hidden until" timestamp is set, false if grade object is set to always visible or always hidden. + * @return bool True if a "hidden until" timestamp is set, false if grade object is set to always visible or always hidden. */ function is_hiddenuntil() { return $this->hidden > 1;