Skip to content

Commit 9a562ef

Browse files
committed
chat: fix duplicate spec point
1 parent fcc4fd8 commit 9a562ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chat-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ property inside the `Messages` obejct. From the `Room` level:
985985
- `(CHA-MR11a)` `[Testable]` The \`delete\` method accepts a message
986986
(or message serial) as the first parameter to identify which message
987987
to delete the reaction from.
988-
- `(CHA-MR4a1)` `[Testable]` If the `serial` passed to this method
988+
- `(CHA-MR11a1)` `[Testable]` If the `serial` passed to this method
989989
is invalid: `undefined, null, empty string`, an error with code
990990
40000 must be thrown.
991991
- `(CHA-MR11b)` `[Testable]` The \`delete\` method accepts a

0 commit comments

Comments
 (0)