fix(curriculum): remove whitespace typo (#39009)

pull/39016/head
Nicholas Carrigan 2020-06-05 07:08:38 -07:00 committed by GitHub
parent 75d2cc016f
commit 62dcb1f3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Example:
```js
var ourStr = "I come first. " + "I come second.";
// ourStr is "I come first. I come second."
// ourStr is "I come first. I come second."
```
</section>