Skip to content

Commit

Permalink
Update function comment resistor_color.go (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubo-py authored Nov 23, 2023
1 parent 2e4104a commit fce0de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/resistor-color/resistor_color.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package resistorcolor

// Colors should return the list of all colors.
// Colors returns the list of all colors.
func Colors() []string {
panic("Please implement the Colors function")
}
Expand Down

0 comments on commit fce0de7

Please sign in to comment.