diff --git a/_books/ion-1-1/src/macros/macros_by_example.md b/_books/ion-1-1/src/macros/macros_by_example.md index 3c4126b9..258a3a01 100644 --- a/_books/ion-1-1/src/macros/macros_by_example.md +++ b/_books/ion-1-1/src/macros/macros_by_example.md @@ -127,7 +127,7 @@ Template expressions that are structs are interpreted _almost_ literally; the field names are literal--is why the `amount` and `currency` field names show up as-is in the expansion--but the field “values” are arbitrary expressions. We call these almost-literal forms _quasi-literals_. -The template definition language also treats lists quasi-literally, and every element inside the list is anexpression. +The template definition language also treats lists quasi-literally, and every element inside the list is an expression. Here’s a silly macro to illustrate: ```ion