koka icon indicating copy to clipboard operation
koka copied to clipboard

Incorrect formatting of docstrings

Open chtenb opened this issue 2 months ago • 0 comments

I read this in the source code:

// Return a strong random integer in the range [-2^^31^^, 2^^31^^).
pub fun srandom-int() : ndet int
  srandom-int32().int

But this in the docs:

fun srandom-int(): ndet int
Return a strong random integer in the range [-2^31, 231^).

chtenb avatar Jun 03 '24 17:06 chtenb