Skip to content

Commit 7f3286e

Browse files
Merge pull request #456 from cbarrick/master
Wrap the book title in <cite>
2 parents 643df59 + e54cec4 commit 7f3286e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/learn/index.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
</header>
1515
<div class="flex flex-column flex-row-l justify-between">
1616
<section class="pt0">
17-
<p>Affectionately nicknamed “the book,” The Rust Programming Language
18-
will give you an overview of the language from first principles.
19-
You’ll build a few projects along the way, and by the end, you’ll have
20-
a solid grasp of the language.</p>
17+
<p>Affectionately nicknamed “the book,” <cite>The Rust Programming
18+
Language</cite> will give you an overview of the language from first
19+
principles. You’ll build a few projects along the way, and by the end,
20+
you’ll have a solid grasp of the language.</p>
2121
<a class="button button-secondary" href="https://doc.rust-lang.org/book/">Read the Book!</a>
2222
</section>
2323
<section class="pl5-l pt4 pt0-l">

0 commit comments

Comments
 (0)