this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: fix heading level for div et al builtins

Heading level should match that of 'len', 'close', 'and', and 'or'.

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: I77514d4b0114b17a2bbba60ded5f4b0df2c3f974
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/528104
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>

+1 -1
+1 -1
doc/ref/spec.md
··· 2622 2622 or([]) _|_ 2623 2623 ``` 2624 2624 2625 - #### `div`, `mod`, `quo` and `rem` 2625 + ### `div`, `mod`, `quo` and `rem` 2626 2626 2627 2627 For two integer values `x` and `y`, 2628 2628 the integer quotient `q = div(x, y)` and remainder `r = mod(x, y)`