Skip to content

Commit 18c23f4

Browse files
authored
Add missing colon
1 parent 3769562 commit 18c23f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/scala/compiletime/ops/int.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package ops
44
import annotation.experimental
55

66
object int:
7-
/** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was
7+
/** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was:
88
*
99
* ```scala
1010
* type S[N <: Int] <: Int = N match {
@@ -226,4 +226,4 @@ object int:
226226
* @syntax markdown
227227
*/
228228
@experimental
229-
type NumberOfLeadingZeros[X <: Int] <: Int
229+
type NumberOfLeadingZeros[X <: Int] <: Int

0 commit comments

Comments
 (0)