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.
1 parent 90513d9 commit 651660aCopy full SHA for 651660a
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