We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80befc3 + 81a58b2 commit ce75188Copy full SHA for ce75188
library/src/scala/quoted/FromExpr.scala
@@ -25,7 +25,7 @@ trait FromExpr[T] {
25
object FromExpr {
26
27
/** Default implementation of `FromExpr[Boolean]`
28
- * - Unlifts `'{true}` into `Some(ture)`
+ * - Unlifts `'{true}` into `Some(true)`
29
* - Unlifts `'{false}` into `Some(false)`
30
* - Otherwise unlifts to `None`
31
*/
0 commit comments