Merge pull request #667 from maurodibert/patch-2

Update article.md
This commit is contained in:
Ilya Kantor 2018-12-15 19:08:23 +03:00 committed by GitHub
commit 215c6c9cc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,7 @@ Grouping is done with a nested `describe`:
describe("pow", function() { describe("pow", function() {
*!* *!*
describe("raises x to power n", function() { describe("raises x to power 3", function() {
*/!* */!*
function makeTest(x) { function makeTest(x) {