From 9c8857d9461210185e7272a15a1a2f5b75b31faa Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 9 Apr 2018 19:30:22 +0300 Subject: doc: add quotes for event names + fix similar nits PR-URL: https://github.com/nodejs/node/pull/19915 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- doc/api/assert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/assert.md') diff --git a/doc/api/assert.md b/doc/api/assert.md index ff06c9250f..6a587052f2 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -561,8 +561,8 @@ added: v0.1.21 changes: - version: REPLACEME pr-url: https://github.com/nodejs/node/pull/18418 - description: Calling `assert.fail` with more than one argument is deprecated - and emits a warning. + description: Calling `assert.fail()` with more than one argument is + deprecated and emits a warning. --> * `actual` {any} * `expected` {any} -- cgit v1.2.3