We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6824f commit bee5749Copy full SHA for bee5749
library/src/scala/compiletime/package.scala
@@ -30,7 +30,7 @@ package object compiletime {
30
inline def error(inline msg: String): Nothing = ???
31
32
extension (inline self: StringContext):
33
- /** Returns the string representation of interpolated elaborated code:
+ /** Returns the string representation of interpolated elaborated code:
34
*
35
* ```scala
36
* inline def logged(p1: => Any) = {
0 commit comments