We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffe26d commit 5ddd4fcCopy full SHA for 5ddd4fc
clarity/src/vm/docs/mod.rs
@@ -499,7 +499,6 @@ Note: Corner cases are handled with the following rules:
499
* if both `i1` and `i2` are `0`, return `1`
500
* if `i1` is `1`, return `1`
501
* if `i1` is `0`, return `0`
502
- * if `i2` is `1`, return `i1`
503
* if `i2` is negative or greater than `u32::MAX`, throw a runtime error",
504
example: "(pow 2 3) ;; Returns 8
505
(pow 2 2) ;; Returns 4
0 commit comments