From edebc902cf0191e02eb7d485d53cfd008a6d3336 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 12 Oct 2017 12:49:26 -0700 Subject: [PATCH] doc: add parentheses to refreshTmpDir() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `common.refreshTmpDir()` is a function. Add parentheses to make that explicit. Also copy edit the descriptive sentence. PR-URL: https://github.com/nodejs/node/pull/16168 Reviewed-By: Vse Mozhet Byt Reviewed-By: Jeremiah Senkpiel Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- test/common/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/README.md b/test/common/README.md index 6f8b0e5045..e2135f710e 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -317,10 +317,10 @@ Port tests are running on. Logs '1..0 # Skipped: ' + `msg` -### refreshTmpDir +### refreshTmpDir() * return [<String>] -Deletes the 'tmp' dir and recreates it +Deletes the testing 'tmp' directory and recreates it. ### restoreStderr()