Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <[email protected]>
  • Loading branch information
martinvuyk committed Dec 16, 2024
1 parent 824bd02 commit cf816be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stdlib/src/bit/mask.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ struct BitMask:
](lhs: SIMD[D, _], rhs: __type_of(lhs)) -> __type_of(lhs):
"""Get a bitmask of the comparison between the two values.
Parameters:
D: The DType.
comp: The comparison operator, e.g. `BitMask.EQ`.
Args:
lhs: The value to check.
rhs: The value to check.
Expand Down

0 comments on commit cf816be

Please sign in to comment.