summaryrefslogtreecommitdiff
path: root/docs/src/tutorial/4-template.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/tutorial/4-template.md')
-rw-r--r--docs/src/tutorial/4-template.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/tutorial/4-template.md b/docs/src/tutorial/4-template.md
index c97ebbc9..47f9dfc6 100644
--- a/docs/src/tutorial/4-template.md
+++ b/docs/src/tutorial/4-template.md
@@ -107,7 +107,7 @@ previous chapter.
>>> text(
>>> 13pt,
>>> weight: "regular",
->>> smallcaps(it.title),
+>>> smallcaps(it.body),
>>> )
>>> ),
>>> )
@@ -118,7 +118,7 @@ previous chapter.
>>> 11pt,
>>> weight: "regular",
>>> style: "italic",
->>> it.title + [.],
+>>> it.body + [.],
>>> )
>>> )
@@ -288,7 +288,7 @@ path of the file after the `{from}` keyword.
>>> text(
>>> 13pt,
>>> weight: "regular",
->>> smallcaps(it.title),
+>>> smallcaps(it.body),
>>> )
>>> ),
>>> )
@@ -299,7 +299,7 @@ path of the file after the `{from}` keyword.
>>> 11pt,
>>> weight: "regular",
>>> style: "italic",
->>> it.title + [.],
+>>> it.body + [.],
>>> )
>>> )
>>>