Skip to content

Commit 6d1e606

Browse files
committed
Minor updates to comments.
1 parent 7781f1e commit 6d1e606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stack/cas/castext2/blocks/quid.block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* A block for outputting question usage level unique identifiers.
3030
* Primarily used for scripting and to ensure that identifiers stay
31-
* unique and do not collide when simialr logic gets copied to multiple
31+
* unique and do not collide when similar logic gets copied to multiple
3232
* questions and those questions appear on the same page.
3333
*/
3434
class stack_cas_castext2_quid extends stack_cas_castext2_block {

stack/cas/castext2/blocks/script.block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function compile($format, $options): ?MP_Node {
4545
]);
4646

4747
if (!isset($options['in iframe'])) {
48-
return new MP_String(' ERROR [[script]] blocks muSt be within iframes. ');
48+
return new MP_String(' ERROR [[script]] blocks must be within iframes. ');
4949
}
5050

5151
// All formatting assumed to be raw HTML here.

0 commit comments

Comments
 (0)