hdl._nir: fix docstring typos.
This commit is contained in:
parent
84709e2f00
commit
18e5bcd6f7
|
@ -849,7 +849,7 @@ class AnyValue(Cell):
|
|||
|
||||
|
||||
class AsyncProperty(Cell):
|
||||
"""Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain._
|
||||
"""Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain.
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
@ -880,7 +880,7 @@ class AsyncProperty(Cell):
|
|||
|
||||
|
||||
class SyncProperty(Cell):
|
||||
"""Corresponds to ``Assert``, ``Assume``, or ``Cover`` in the "comb" domain.
|
||||
"""Corresponds to ``Assert``, ``Assume``, or ``Cover`` in domains other than "comb".
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
|
Loading…
Reference in a new issue