fix hyperlink for mod and pow in hoon-school syntax verb (runes) section

This commit is contained in:
Yung Chun Ern Martin 2022-12-05 22:06:05 +08:00
parent 57e3741ab6
commit 5a7e006a95

View File

@ -175,8 +175,8 @@ For instance, here are some of the standard library functions which have a simil
- [`++sub`](/reference/hoon/stdlib/1a#sub) (subtraction, positive results only—what happens if you subtract past zero?)
- [`++mul`](/reference/hoon/stdlib/1a#mul) (multiplication)
- [`++div`](/reference/hoon/stdlib/1a#div) (integer division, no remainder)
- [`++pow`](/reference/hoon/stdlib/1a#pow) (power or exponentiation)
- [`++mod`](/reference/hoon/stdlib/1a#add) (modulus, remainder after integer division)
- [`++pow`](/reference/hoon/stdlib/2g#pow) (power or exponentiation)
- [`++mod`](/reference/hoon/stdlib/1a#mod) (modulus, remainder after integer division)
- [`++dvr`](/reference/hoon/stdlib/1a#dvr) (integer division with remainder)
- [`++max`](/reference/hoon/stdlib/1a#max) (maximum of two numbers)
- [`++min`](/reference/hoon/stdlib/1a#min) (minimum of two numbers)