diff options
Diffstat (limited to 'docs/archapi.md')
-rw-r--r-- | docs/archapi.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/archapi.md b/docs/archapi.md index 55f5c3bc..3131ae64 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -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. |