Skip to content

Commit c8472e8

Browse files
authored
Fix syntax highlighting for blind_alerter.go (quii#555)
1 parent 2a577df commit c8472e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websockets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ This works in CLI because we _always want to send the alerts to `os.Stdout`_ but
551551

552552
For that reason we need to change `BlindAlerter.ScheduleAlertAt` so that it takes a destination for the alerts so that we can re-use it in our webserver.
553553

554-
Open blind_alerter.go and add the parameter `to io.Writer`
554+
Open `blind_alerter.go` and add the parameter to `io.Writer`
555555

556556
```go
557557
type BlindAlerter interface {

0 commit comments

Comments
 (0)