Skip to content

Commit 2a577df

Browse files
authored
Change filename to blind_alerter.go (quii#554)
Fix the casing on BlindAlerter.go to be consistent. When comparing with https://github.com/quii/learn-go-with-tests/tree/main/time/v1 the filename should be snake case instead.
1 parent 24a18fa commit 2a577df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Try running the app and it won't compile, complaining about not enough args to `
375375

376376
Let's create an implementation of `BlindAlerter` that we can use in our application.
377377

378-
Create `BlindAlerter.go` and move our `BlindAlerter` interface and add the new things below
378+
Create `blind_alerter.go` and move our `BlindAlerter` interface and add the new things below
379379

380380
```go
381381
package poker

0 commit comments

Comments
 (0)