Commit 80f4a1aa authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix typo

parent 6d55191b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ class ExerciseExecutionContext {
     * 
     * When the parameter passed to `hasOutput` is a string, the verification succeeds iff
     * this string is the first and only line of output of the command.
     * When the praameter passed to `hasOutput` is a list, the verification succeeds iff
     * When the parameter passed to `hasOutput` is a list, the verification succeeds iff
     * the output lines are exactly the ones in the list.
     * 
     * @param {string} command A command to execute