Skip to content

Commit 5bc92ee

Browse files
author
Bálint Kemény
committed
Fix typo in Day1 exercise
1 parent b421d9c commit 5bc92ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Day1/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func aocMultiplierThree(s []int) (int, error) {
3131
}
3232
}
3333
}
34-
return -1, errors.New("Error: no two distinct number have a sum of 2020 in the provided slice")
34+
return -1, errors.New("Error: no three distinct number have a sum of 2020 in the provided slice")
3535
}
3636

3737
func main() {

0 commit comments

Comments
 (0)