docs/archapi: Typo fixes

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-02-24 15:28:33 +00:00
parent 19ae97afd1
commit 4026082470

View File

@ -662,9 +662,9 @@ Return the BelBucketId for the specified bucket name.
Returns the bucket for a particular bel.
*BaseArch default: `getBelBucketForCellType(getCellType(bel))`*
*BaseArch default: `getBelBucketForCellType(getBelType(bel))`*
### BelBucketId getBelBucketForCell(IdString cell\_type) const
### BelBucketId getBelBucketForCellType(IdString cell\_type) const
Returns the bel bucket for a particular cell type.