hdl.ast: fix typo

This commit is contained in:
Robin Ole Heinemann 2020-05-24 17:54:17 +02:00 committed by whitequark
parent b9799b4c4a
commit 26a15b31f7

View file

@ -330,7 +330,7 @@ class Value(metaclass=ABCMeta):
Parameters
----------
offset : Value, in
offset : Value, int
Index of first selected bit.
width : int
Number of selected bits.
@ -353,7 +353,7 @@ class Value(metaclass=ABCMeta):
Parameters
----------
offset : Value, in
offset : Value, int
Index of first selected word.
width : int
Number of selected bits.