Fix typos 4 files: consecutive occurrences of 'the' (#15789)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
42f539fa57
Коммит
f3ce8716bb
@@ -351,7 +351,7 @@ func (h *Hub) Broadcast(message *model.WebSocketEvent) {
|
||||
// `app.NewServer()` which returns a server, but only after that, we call
|
||||
// `wsapi.Init()` to initialize the hub. But in the `NewServer` call
|
||||
// itself proceeds to broadcast some messages happily. This needs to be
|
||||
// fixed once the the wsapi cyclic dependency with server/app goes away.
|
||||
// fixed once the wsapi cyclic dependency with server/app goes away.
|
||||
// And possibly, we can look into doing the hub initialization inside
|
||||
// NewServer itself.
|
||||
if h != nil && message != nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user