We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586795b commit 87a2ed0Copy full SHA for 87a2ed0
README.MD
@@ -216,8 +216,8 @@ The following operators can be overloaded:
216
|`__bor`|`|`|
217
|`__bxor`|`~`|
218
|`__bnot`|`not`|
219
-|`__bshl`|`<<`|
220
-|`__bshr`|`>>`|
+|`__shl`|`<<`|
+|`__shr`|`>>`|
221
222
Note that index definitions have a precedence over metamethod ones, so if you extend a class that defines
223
operators and then you override them, index definitions will be taken into account.
0 commit comments