Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds missing space in macros_by_example.md #375

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading