Browse Source

[fixed] Wrong note for end of code chunk

Kevin_Smarts 2 years ago
parent
commit
46b5a5225b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/_difficulty.qsrc

+ 1 - 1
locations/_difficulty.qsrc

@@ -75,7 +75,7 @@ if $ARGS[0] = 'getmaxgrades':
 
 	if max_grades > 100: max_grades = 100
 	
-end &! --- getexpadj ---
+end &! --- getmaxgrades ---
 
 
 --- _difficulty ---------------------------------