From eef95c33200441ba2169c0a4208e27a09f9d36c5 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sun, 17 Dec 2017 20:32:53 -0300 Subject: [PATCH] doc: use dashes instead of asterisks --- doc/guides/writing-tests.md | 10 +++++----- doc/releases.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md index b2cd8ed8b2f165..949aea402db5c8 100644 --- a/doc/guides/writing-tests.md +++ b/doc/guides/writing-tests.md @@ -238,8 +238,8 @@ const freelist = require('internal/freelist'); When writing assertions, prefer the strict versions: -* `assert.strictEqual()` over `assert.equal()` -* `assert.deepStrictEqual()` over `assert.deepEqual()` +- `assert.strictEqual()` over `assert.equal()` +- `assert.deepStrictEqual()` over `assert.deepEqual()` When using `assert.throws()`, if possible, provide the full error message: @@ -263,9 +263,9 @@ in each release. For example: -* `let` and `const` over `var` -* Template literals over string concatenation -* Arrow functions when appropriate +- `let` and `const` over `var` +- Template literals over string concatenation +- Arrow functions when appropriate ## Naming Test Files diff --git a/doc/releases.md b/doc/releases.md index dac16c3515966a..18126b713b1d85 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -375,8 +375,8 @@ $ git push On release proposal branch, edit `src/node_version.h` again and: -* Increment `NODE_PATCH_VERSION` by one -* Change `NODE_VERSION_IS_RELEASE` back to `0` +- Increment `NODE_PATCH_VERSION` by one +- Change `NODE_VERSION_IS_RELEASE` back to `0` Commit this change with the following commit message format: