Skip to content

Commit 9f2fb3e

Browse files
committed
fix spelling mistake in feedback items for response not string
1 parent b4dc9cc commit 9f2fb3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evaluation_function/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def evaluation_function(
4343
if not isinstance(response, str):
4444
return Result(
4545
is_correct=False,
46-
feedback_items=[("incorrect input", "resposne must be type String")]
46+
feedback_items=[("incorrect input", "response must be type String")]
4747
)
4848

4949

0 commit comments

Comments
 (0)