Skip to content

Commit

Permalink
fix(lastword): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MSilva95 committed Jul 31, 2024
1 parent c4a3500 commit c20fcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lastword_test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
got := student.LastWord(tc.in)
if !reflect.DeepEqual(got, tc.want) {
log.Fatalf("%s(%q) == %q instead of %q\n",
"RevConcatAlternate",
"LastWord",
tc.in,
got,
tc.want,
Expand Down

0 comments on commit c20fcf0

Please sign in to comment.