diff --git a/src/cheatsheets/Digitaltechnik.typ b/src/cheatsheets/Digitaltechnik.typ index 32e54b3..102a53a 100644 --- a/src/cheatsheets/Digitaltechnik.typ +++ b/src/cheatsheets/Digitaltechnik.typ @@ -250,7 +250,7 @@ ], ) - *Kannonisch*: Jeder Input Variable muss in jedem Min/Max-Termn enthalten sein + *Kannonisch*: Jeder Input Variable muss in jedem Min/Max-Term enthalten sein #table(columns: (1fr, 1fr), fill: (x, y) => if (calc.rem(x, 2) == 1) { tableFillLow } else { tableFillHigh }, @@ -358,7 +358,7 @@ ] #colbreak() - + // FlipFlops #bgBlock(fill: colorState)[ #subHeading(fill: colorState)[Latches, Flipflops und Register]