Change comma to semicolon (#39258)

This commit is contained in:
Ty Mick 2020-08-11 13:02:09 -04:00 committed by GitHub
parent 688a3dcc7b
commit 817325d68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ There are a few differences working with <code>rect</code> elements instead of <
## Instructions
<section id='instructions'>
Use the <code>data()</code>, <code>enter()</code>, and <code>append()</code> methods to create and append a <code>rect</code> for each item in <code>dataset</code>. The bars should display all on top of each other, this will be fixed in the next challenge.
Use the <code>data()</code>, <code>enter()</code>, and <code>append()</code> methods to create and append a <code>rect</code> for each item in <code>dataset</code>. The bars should display all on top of each other; this will be fixed in the next challenge.
</section>
## Tests