8000
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 d972b07 commit 0da1f73Copy full SHA for 0da1f73
vm/src/vm.rs
@@ -466,7 +466,7 @@ impl VirtualMachine {
466
/// Given the above example, it will
467
/// 1. Try to call `__and__` with `a` and `b`
468
/// 2. If above fails try to call `__rand__` with `a` and `b`
469
- /// 3. If above fails throw an exception:
+ /// 3. If above fails throw an exception:
470
/// `TypeError: Unsupported operand types for '&': 'float' and 'int'`
471
/// if `a` is of type float and `b` of type int
472
///
0 commit comments