Skip to content

Commit 77ab74c

Browse files
minor: fix typo in a comment in a signaling comment
Co-authored-by: Šimon Brandner <[email protected]>
1 parent 2560860 commit 77ab74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/signaling/matrix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type MatrixForConference struct {
3131
conferenceID string
3232
}
3333

34-
// Create a new Matrix client that abstarcts outgoing Matrix messages from a given conference.
34+
// Create a new Matrix client that abstracts outgoing Matrix messages from a given conference.
3535
func (m *MatrixClient) CreateForConference(conferenceID string) *MatrixForConference {
3636
return &MatrixForConference{
3737
client: m.client,

0 commit comments

Comments
 (0)