Skip to content

Commit

Permalink
Add missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
soronpo authored Nov 22, 2021
1 parent 3769562 commit 18c23f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/scala/compiletime/ops/int.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package ops
import annotation.experimental

object int:
/** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was
/** Successor of a natural number where zero is the type 0 and successors are reduced as if the definition was:
*
* ```scala
* type S[N <: Int] <: Int = N match {
Expand Down Expand Up @@ -226,4 +226,4 @@ object int:
* @syntax markdown
*/
@experimental
type NumberOfLeadingZeros[X <: Int] <: Int
type NumberOfLeadingZeros[X <: Int] <: Int

0 comments on commit 18c23f4

Please sign in to comment.