Skip to content

Commit 5dd19d4

Browse files
authored
Fixes #1805
1 parent 163f3e0 commit 5dd19d4

File tree

1 file changed

+1
-1
lines changed
  • 1-js/03-code-quality/05-testing-mocha/pow-full.view

1 file changed

+1
-1
lines changed

1-js/03-code-quality/05-testing-mocha/pow-full.view/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("pow", function() {
1919
assert.isNaN(pow(2, -1));
2020
});
2121

22-
it("если n не число, результат будет NaN", function() {
22+
it("если n - дробное число, результат будет NaN", function() {
2323
assert.isNaN(pow(2, 1.5));
2424
});
2525

0 commit comments

Comments
 (0)