diff --git a/quad/quad/scribblings/quad.scrbl b/quad/quad/scribblings/quad.scrbl index d6c41541..bc59ef0a 100644 --- a/quad/quad/scribblings/quad.scrbl +++ b/quad/quad/scribblings/quad.scrbl @@ -283,7 +283,7 @@ If you know about the duality of X-expressions and XML, you might wonder if we c Did you know? ··· } -There's nothing interesting about QML — it's just a way of cosmetically encoding an S-expression as a string. We could also convert our Q-expression to, say, JSON. Thus, having noted that QML can exist, and @racket[quadwriter] could support this input, let's move on. +There's nothing interesting about QML — it's just a way of cosmetically encoding a Q-expression as a string. We could also convert our Q-expression to, say, JSON. Thus, having noted that QML can exist, and @racket[quadwriter] could support this input, let's move on. @subsection{Hard rock: Quadwriter & markup}