]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed syntax error in a PHPdoc comment.
authortjhunt <tjhunt>
Thu, 24 Aug 2006 10:12:15 +0000 (10:12 +0000)
committertjhunt <tjhunt>
Thu, 24 Aug 2006 10:12:15 +0000 (10:12 +0000)
question/format.php

index 230959833d7240c8c5cdf9d5b4d6a753e2c5e6a4..8dd3b45213b9007902805a851a16de06badfbb52 100644 (file)
@@ -39,7 +39,7 @@ class qformat_default {
 
     /**
      *
-     * @PARAM $matchgrades string 'error' or 'nearest', mismatched grades handling
+     * @param $matchgrades string 'error' or 'nearest', mismatched grades handling
      */
     function importprocess($filename, $matchgrades='error') {
     /// Processes a given file.  There's probably little need to change this