Skip to content

Commit bee5749

Browse files
Update library/src/scala/compiletime/package.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 2b6824f commit bee5749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/compiletime/package.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package object compiletime {
3030
inline def error(inline msg: String): Nothing = ???
3131

3232
extension (inline self: StringContext):
33-
/** Returns the string representation of interpolated elaborated code:
33+
/** Returns the string representation of interpolated elaborated code:
3434
*
3535
* ```scala
3636
* inline def logged(p1: => Any) = {

0 commit comments

Comments
 (0)