Skip to content

Commit b37038a

Browse files
Update language-of-parts.html
1 parent b73f4f7 commit b37038a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

understanding/20/language-of-parts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h3>"Podcast" used in a French sentence</h3>
159159
<p>Because "podcast" is part of the vernacular of the immediately surrounding text in the following excerpt, "<span lang="fr">À l'occasion de l'exposition "Energie éternelle. 1500 ans d'art indien", le Palais des Beaux-Arts de Bruxelles a lancé son premier podcast. Vous pouvez télécharger ce podcast au format M4A et MP3</span>", no indication of language change is required.</p>
160160

161161
<h3>The element's content and attribute values are in different languages</h3>
162-
<p>This example assumes that the page's default content is in English. The link's <code class="language-html">title</code> attribute is in English, but the nested <code class="language-html">span</code> element that contains the words <span lang="es">La Divina Commedia</span> has a <code>lang="it"</code> attribute.</p>
162+
<p>This example assumes that the page's default content is in English. The link's <code class="language-html">title</code> attribute is in English, but the nested <code class="language-html">span</code> element that contains the words <span lang="it">La Divina Commedia</span> has a <code>lang="it"</code> attribute.</p>
163163

164164
<p><code class="language-html">&lt;a title="Opens in a new window" href="/la-divina-commedia.html"&gt;Read this book: &lt;span lang="it"&gt;La Divina Commedia&lt;/span&gt;&lt;/a&gt;</code></p>
165165
</section>

0 commit comments

Comments
 (0)