fix typo in xnor gate

This commit is contained in:
2025-06-28 13:55:14 -03:00
parent ea8277ee5b
commit 71f128f6c9
3 changed files with 5 additions and 5 deletions

View File

@ -7,4 +7,4 @@
#import "elements/logic/iec_and.typ": iec-gate-and, iec-gate-nand
#import "elements/logic/iec_or.typ": iec-gate-or, iec-gate-nor
#import "elements/logic/iec_buf.typ": iec-gate-buf, iec-gate-not
#import "elements/logic/iec_xor.typ": iec-gate-xor, iec-gate-nxor
#import "elements/logic/iec_xor.typ": iec-gate-xor, iec-gate-xnor