Skip to content

Commit d8a1cfe

Browse files
committed
comment cleanup
1 parent eeba61e commit d8a1cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/app/components/matrix/room-message.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface Signature {
3434
// use a RoomResource as an arg instead of message to keep this component stable
3535
// when new messages are received--otherwise a RoomMessage component is created for
3636
// _every_ matrix event received regardless if the event had anything to do with this
37-
// message--probably the
37+
// message.
3838
roomResource: RoomResource;
3939
index: number;
4040
monacoSDK: MonacoSDK;

0 commit comments

Comments
 (0)