WIP format code example comment

This commit is contained in:
Joel Purra 2020-01-21 18:43:14 +01:00
parent de0ddd5355
commit a9591bca04

View file

@ -44,7 +44,7 @@ is.number(6);
const {assert} = require('@sindresorhus/is');
assert.string(foo);
//=> foo is known to be a string
// foo is known to be a string here
```