We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2560860 commit 77ab74cCopy full SHA for 77ab74c
pkg/signaling/matrix.go
@@ -31,7 +31,7 @@ type MatrixForConference struct {
31
conferenceID string
32
}
33
34
-// Create a new Matrix client that abstarcts outgoing Matrix messages from a given conference.
+// Create a new Matrix client that abstracts outgoing Matrix messages from a given conference.
35
func (m *MatrixClient) CreateForConference(conferenceID string) *MatrixForConference {
36
return &MatrixForConference{
37
client: m.client,
0 commit comments