Update article.md

This commit is contained in:
Mau Di Bert 2018-12-10 10:19:16 -03:00 committed by GitHub
parent 23b5766b82
commit 46081def56
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("raises x to power n", function() {
describe("raises x to power 3", function() {
*/!*
function makeTest(x) {