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 3083cae commit 3769562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/scala/compiletime/ops/long.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import scala.annotation.experimental

@experimental
object long:
/** 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 <: Long] <: Long = N match {
Expand Down

0 comments on commit 3769562

Please sign in to comment.