You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -616,10 +616,10 @@ It is possible to deconstruct or extract values out of `Expr` using pattern matc
616
616
617
617
#### scala.quoted.matching
618
618
619
-
In `scala.quoted.matching` contains object that can help extract values from `Expr`.
619
+
`scala.quoted.matching` contains objects that can help extracting values from `Expr`.
620
620
621
-
*`scala.quoted.matching.Const`: matches an expression a literal value and returns the value.
622
-
*`scala.quoted.matching.Value`: matches an expression a value and returns the value.
621
+
*`scala.quoted.matching.Const`: matches an expression of a literal value and returns the value.
622
+
*`scala.quoted.matching.Value`: matches an expression of a value and returns the value.
623
623
*`scala.quoted.matching.ExprSeq`: matches an explicit sequence of expresions and returns them. These sequences are useful to get individual `Expr[T]` out of a varargs expression of type `Expr[Seq[T]]`.
624
624
*`scala.quoted.matching.ConstSeq`: matches an explicit sequence of literal values and returns them.
625
625
*`scala.quoted.matching.ValueSeq`: matches an explicit sequence of values and returns them.
0 commit comments