From 52cdb111f6247b5cf6458ff3d3366934328735b2 Mon Sep 17 00:00:00 2001 From: Jon Wilsdon <32853591+jonwilsdon@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:34:33 -0800 Subject: [PATCH] Adds missing space in macros_by_example.md Adds a missing space. `anexpression` to `an expression` --- _books/ion-1-1/src/macros/macros_by_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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