From 838e5cc35e26cd267805801453d918a74ea8e81f 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 PR-URL: https://github.com/nodejs/node/pull/17722 Reviewed-By: Jon Moss Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Daniel Bevenius --- 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 1fa2b3c558f876..ec9398dcb928ec 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 36bdef8325acf6..0b44edde55935a 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -252,8 +252,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: