Skip to content

Commit

Permalink
Update solution.go
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenOne authored Mar 4, 2024
1 parent b02efa9 commit 64c4d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/10-basics/70-inheritance-interfaces/solution.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package solution

type IVoiceable interface {
type Voicer interface {
Voice() string
}

Expand Down

0 comments on commit 64c4d0a

Please sign in to comment.