summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-06-04 12:32:54 -0700
committerRich Trott <rtrott@gmail.com>2018-06-06 21:23:00 -0700
commit85fe13402659a174773bfecebac6e8bb5164f572 (patch)
tree11e64ad1b52d37039d517143e10e91a23aed1fc6 /doc/api/assert.md
parent25c92a90262e4bdaa97999f5fade56a9551701c9 (diff)
downloadandroid-node-v8-85fe13402659a174773bfecebac6e8bb5164f572.tar.gz
android-node-v8-85fe13402659a174773bfecebac6e8bb5164f572.tar.bz2
android-node-v8-85fe13402659a174773bfecebac6e8bb5164f572.zip
doc: remove spaces around slashes
Remove spaces around slash characters in documentation. This change sometimes rewords the content where the slash construction may not be what is called for. PR-URL: https://github.com/nodejs/node/pull/21140 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 45132eec85..57fcc14de2 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -1083,7 +1083,7 @@ validating against a string property. See below for examples.
If specified, `message` will be the message provided by the `AssertionError` if
the block fails to throw.
-Custom validation object / error instance:
+Custom validation object/error instance:
```js
const err = new TypeError('Wrong value');