Skip to content

Commit 664e547

Browse files
Update library/src-bootstrapped/scala/quoted/Unliftable.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent b087999 commit 664e547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src-bootstrapped/scala/quoted/Unliftable.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package scala.quoted
22

3-
/** A type class for types that can be turned from a `quoted.Expr[T]` to a `T`.
3+
/** A type class for types that can convert a `quoted.Expr[T]` to a `T`.
44
*
55
* - Converts expression containg literal values to their values:
66
* - `'{1}` -> `1`, `'{2}` -> `2`, ...

0 commit comments

Comments
 (0)