Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Oct 31, 2022
1 parent 25c70fd commit 148a047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object StringContextOps {

// The interpolated args are a list of size `parts.length - 1`. We also just know this.
val args: List[Expr[Any]] = {
val Varargs(args) = argsExpr: @unchecked // ""
val Varargs(args) = argsExpr: @unchecked // we just know this. right?
args.toList
}

Expand Down

0 comments on commit 148a047

Please sign in to comment.