diff --git a/webapp/src/Twig/TwigExtension.php b/webapp/src/Twig/TwigExtension.php index 8aec5d1621..0ece51caea 100644 --- a/webapp/src/Twig/TwigExtension.php +++ b/webapp/src/Twig/TwigExtension.php @@ -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