Skip to content

Commit 18e5bcd

Browse files
wanda-phiwhitequark
authored andcommitted
hdl._nir: fix docstring typos.
1 parent 84709e2 commit 18e5bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amaranth/hdl/_nir.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ def resolve_nets(self, netlist: Netlist):
849849

850850

851851
class AsyncProperty(Cell):
852-
"""Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain._
852+
"""Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain.
853853
854854
Attributes
855855
----------
@@ -880,7 +880,7 @@ def resolve_nets(self, netlist: Netlist):
880880

881881

882882
class SyncProperty(Cell):
883-
"""Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain.
883+
"""Corresponds to ``Assert``, ``Assume``, or ``Cover`` in domains other than "comb".
884884
885885
Attributes
886886
----------

0 commit comments

Comments
 (0)