Skip to content

Commit 63c592e

Browse files
authored
Fix typo in definition of __lshift__ (#190)
1 parent 192b4d7 commit 63c592e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/array_object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ Evaluates `self_i << other_i` for each element of an array instance with the res
737737

738738
```{note}
739739
740-
Element-wise results must equal the results returned by the equivalent element-wise function [`less_equal(x1, x2)`](elementwise_functions.md#bitwise_left_shiftx1-x2-).
740+
Element-wise results must equal the results returned by the equivalent element-wise function [`bitwise_left_shift(x1, x2)`](elementwise_functions.md#bitwise_left_shiftx1-x2-).
741741
```
742742

743743
(method-__lt__)=

0 commit comments

Comments
 (0)