We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d6e5b commit 04f5305Copy full SHA for 04f5305
2023/src/day20.scala
@@ -131,7 +131,7 @@ final case class MachineFSM(
131
queue = tail ++ flipFlop2.pulses(flipFlop2.state)
132
)
133
134
- // If a pulse reaches a conjuction, update the source state in the
+ // If a pulse reaches a conjunction, update the source state in the
135
// conjunction and enqueue pulses for all the module destinations
136
// according to the conjunction state
137
case Some(conjunction: Conjunction) =>
0 commit comments