Fixed syntax error in a PHPdoc comment.

This commit is contained in:
tjhunt
2006-08-24 10:12:15 +00:00
parent 236c08a56f
commit 2d30f53dcc
+1 -1
View 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