Skip to content

Commit 98c79d3

Browse files
authored
RFC #2: Fix typo
1 parent 2979ebf commit 98c79d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0002-interfaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ To this end, a class `amaranth.lib.wiring.Component` is introduced:
515515
- I mean, "compatible" could mean that two signatures could be connected together. when checking if an object is compliant to a signature, directions also matters (@zyp)
516516
- `Signature.complies_with` reverses subject and object (@zyp)
517517
- `Signature.is_implemented_by` is verbose (@jfng)
518-
- Should `amaranth.lib.wiring.forward` be named something else, like `amaranth.lib.wiring.forwarded` or `amaranth.lib.wiring.forwarding` or `amaranth.lib.wiring.flip` or `amaranth.lib.wiring.transpose` or ``amaranth.lib.wiring.transpose` or `amaranth.lib.wiring.inner`?
518+
- Should `amaranth.lib.wiring.forward` be named something else, like `amaranth.lib.wiring.forwarded` or `amaranth.lib.wiring.forwarding` or `amaranth.lib.wiring.flip` or `amaranth.lib.wiring.transpose` or `amaranth.lib.wiring.transpose` or `amaranth.lib.wiring.inner`?
519519
- having two essentially unrelated operations called `flip` when one is already confusing is too much (@whitequark)
520520
- reflective programming is a thing (@zyp)
521521
- inner(inner(interface)) to flip it back to the original wouldn't make much sense (@zyp)

0 commit comments

Comments
 (0)