Skip to content

Commit

Permalink
Adds missing space in macros_by_example.md
Browse files Browse the repository at this point in the history
Adds a missing space. `anexpression` to `an expression`
  • Loading branch information
jonwilsdon authored Jan 14, 2025
1 parent c1e1d9c commit 52cdb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _books/ion-1-1/src/macros/macros_by_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52cdb11

Please sign in to comment.