Skip to content

Commit 04f5305

Browse files
committed
type
1 parent 45d6e5b commit 04f5305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2023/src/day20.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ final case class MachineFSM(
131131
queue = tail ++ flipFlop2.pulses(flipFlop2.state)
132132
)
133133

134-
// If a pulse reaches a conjuction, update the source state in the
134+
// If a pulse reaches a conjunction, update the source state in the
135135
// conjunction and enqueue pulses for all the module destinations
136136
// according to the conjunction state
137137
case Some(conjunction: Conjunction) =>

0 commit comments

Comments
 (0)