Browse Source

Correction

Piotr Czajkowski 3 years ago
parent
commit
888fd31569
1 changed files with 1 additions and 1 deletions
  1. 1 1
      day14/day14.go

+ 1 - 1
day14/day14.go

@@ -128,7 +128,7 @@ func processLine2(id int64, number int64) error {
 	for _, currentMask := range masks {
 		currentID, err := strconv.ParseInt(currentMask, 2, 64)
 		if err != nil {
-			return fmt.Errorf("Error parsing timestamp %s: %s", currentMask, err)
+			return fmt.Errorf("Error parsing current ID %s: %s", currentMask, err)
 		}
 
 		mem2[currentID] = number