Skip to content

Commit ce75188

Browse files
Merge pull request #11399 from Iltotore/typo-fix
Fix typo in FromExpr
2 parents 80befc3 + 81a58b2 commit ce75188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/FromExpr.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ trait FromExpr[T] {
2525
object FromExpr {
2626

2727
/** Default implementation of `FromExpr[Boolean]`
28-
* - Unlifts `'{true}` into `Some(ture)`
28+
* - Unlifts `'{true}` into `Some(true)`
2929
* - Unlifts `'{false}` into `Some(false)`
3030
* - Otherwise unlifts to `None`
3131
*/

0 commit comments

Comments
 (0)