Add missing forward slash, closes #1405

This commit is contained in:
mine-cetinkaya-rundel 2023-04-09 22:29:58 -04:00
parent edeebc4c61
commit fbe3121d2d
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ We'll use this a bunch in this chapter as we teach how the various rvest functio
```{r}
html <- minimal_html("
<p>This is a paragraph<p>
<p>This is a paragraph</p>
<ul>
<li>This is a bulleted list</li>
</ul>