Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4fdccb9

Browse filesBrowse files
Trottrvagg
authored andcommitted
doc: fix comma splice in Assertion Testing doc
This fixes a minor typographical error in the Assertion Testing doc. PR-URL: #2728 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
1 parent 1428661 commit 4fdccb9
Copy full SHA for 4fdccb9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/assert.markdown‎

Copy file name to clipboardExpand all lines: doc/api/assert.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Throws an exception that displays the values for `actual` and `expected` separat
1111

1212
## assert(value[, message]), assert.ok(value[, message])
1313

14-
Tests if value is truthy, it is equivalent to `assert.equal(true, !!value, message);`
14+
Tests if value is truthy. It is equivalent to `assert.equal(true, !!value, message)`.
1515

1616
## assert.equal(actual, expected[, message])
1717

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.