Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: RolandMacDoland <[email protected]>
  • Loading branch information
pimvenderbosch and RolandMacDoland authored Dec 3, 2024
1 parent 2a51d5b commit 34d2cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qadence2_ir/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Alloc:
With this class an allocation of memory is made for a parameter that is a scalar value, if
`size = 1` or an array of values of length `n` if `size = n`. The type for the allocation is
defined by the backend, therefor it is not defined in the IR.
defined by the backend, therefore it is not defined in the IR.
Args:
size: Number of values stored in the parameter, if `size = 1` the parameter is a scalar
Expand Down

0 comments on commit 34d2cb5

Please sign in to comment.