Skip to content

Commit 81a58b2

Browse files
committed
docs: fix typo in FromExpr
Signed-off-by: Iltotore <rafbodaha@gmail.com>
1 parent 815841b commit 81a58b2

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)