Skip to content

Commit 87a2ed0

Browse files
authored
Fixed typo
1 parent 586795b commit 87a2ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ The following operators can be overloaded:
216216
|`__bor`|`|`|
217217
|`__bxor`|`~`|
218218
|`__bnot`|`not`|
219-
|`__bshl`|`<<`|
220-
|`__bshr`|`>>`|
219+
|`__shl`|`<<`|
220+
|`__shr`|`>>`|
221221

222222
Note that index definitions have a precedence over metamethod ones, so if you extend a class that defines
223223
operators and then you override them, index definitions will be taken into account.

0 commit comments

Comments
 (0)