Skip to content

Commit 5ddd4fc

Browse files
committed
Remove unnecessary lines
- originally proposed by `0xpessimist` in stacks-network#5879 via stacks-network/docs#1710
1 parent dffe26d commit 5ddd4fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clarity/src/vm/docs/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ Note: Corner cases are handled with the following rules:
499499
* if both `i1` and `i2` are `0`, return `1`
500500
* if `i1` is `1`, return `1`
501501
* if `i1` is `0`, return `0`
502-
* if `i2` is `1`, return `i1`
503502
* if `i2` is negative or greater than `u32::MAX`, throw a runtime error",
504503
example: "(pow 2 3) ;; Returns 8
505504
(pow 2 2) ;; Returns 4

0 commit comments

Comments
 (0)