diff --git a/content/en/functions/transform/Unmarshal.md b/content/en/functions/transform/Unmarshal.md
index 998152eb24..960332c440 100644
--- a/content/en/functions/transform/Unmarshal.md
+++ b/content/en/functions/transform/Unmarshal.md
@@ -230,7 +230,7 @@ Let's add a `lang` attribute to the `title` nodes of our RSS feed, and a namespa
en-US
- The Hunchback of Notre Dame
+ The Hunchback of Notre DameWritten by Victor Hugo9780140443530
https://example.org/books/the-hunchback-of-notre-dame/
@@ -238,7 +238,7 @@ Let's add a `lang` attribute to the `title` nodes of our RSS feed, and a namespa
https://example.org/books/the-hunchback-of-notre-dame/
- Les Misérables
+ Les MisérablesWritten by Victor Hugo9780451419439
https://example.org/books/les-miserables/
@@ -266,7 +266,7 @@ Each item node looks like this:
"pubDate": "Mon, 09 Oct 2023 09:27:12 -0700",
"title": {
"#text": "The Hunchback of Notre Dame",
- "-lang": "fr"
+ "-lang": "en"
}
}
```
@@ -290,8 +290,8 @@ Hugo renders this to:
```html