Skip to content

Commit 0da1f73

Browse files
committed
Removed empty space
1 parent d972b07 commit 0da1f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/vm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ impl VirtualMachine {
466466
/// Given the above example, it will
467467
/// 1. Try to call `__and__` with `a` and `b`
468468
/// 2. If above fails try to call `__rand__` with `a` and `b`
469-
/// 3. If above fails throw an exception:
469+
/// 3. If above fails throw an exception:
470470
/// `TypeError: Unsupported operand types for '&': 'float' and 'int'`
471471
/// if `a` is of type float and `b` of type int
472472
///

0 commit comments

Comments
 (0)