Skip to content

Commit

Permalink
Fix incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Apr 18, 2022
1 parent 84cd3cb commit e8c95c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Twig/TwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ public function runDiff(array $runOutput): string
}

/**
* Output a (readonly) code editor for the given submission file
* Output a (optionally readonly) code editor for the given submission file.
* @param string|null $language Ace language to use
* @param bool $editable Whether to allow editing
* @param string $elementToUpdate HTML element to update when input changes
Expand Down

0 comments on commit e8c95c5

Please sign in to comment.