Skip to content

Commit 3769562

Browse files
authored
Add missing colon
1 parent 3083cae commit 3769562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/compiletime/ops/long.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import scala.annotation.experimental
55

66
@experimental
77
object long:
8-
/** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was
8+
/** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was:
99
*
1010
* ```scala
1111
* type S[N <: Long] <: Long = N match {

0 commit comments

Comments
 (0)