Skip to content

Commit 3b6a473

Browse files
committed
Fixes ObjectDefinition.
1 parent 7d6db6f commit 3b6a473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ObjectDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class ObjectDefinition extends Definition {
44
protected $props = [
55
'interactionType' => 'Locker\XApi\InteractionType',
6-
'correctResponsesPattern' => 'Locker\XApi\Strs',
6+
'correctResponsesPattern' => 'Locker\XApi\Strings',
77
'choices' => 'Locker\XApi\InteractionComponents',
88
'scale' => 'Locker\XApi\InteractionComponents',
99
'source' => 'Locker\XApi\InteractionComponents',

0 commit comments

Comments
 (0)