hdl._nir: fix docstring typos.

This commit is contained in:
Wanda 2024-02-11 17:12:49 +01:00 committed by Catherine
parent 84709e2f00
commit 18e5bcd6f7

View file

@ -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
----------