Skip to content

Commit c96be77

Browse files
authored
Merge pull request #5923 from wileyj/chore/5879
Remove unnecessary docs lines
2 parents 6c715b5 + 5ddd4fc commit c96be77

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)