From 282e65cfe3d38c582b77939c26b9c00952805340 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 6 Mar 2018 13:58:16 -0800 Subject: 2018-03-07, Version 9.8.0 (Current) Notable Changes: * crypto: - add cert.fingerprint256 as SHA256 fingerprint (Hannes Magnusson) https://github.com/nodejs/node/pull/17690 * http2: - Fixed issues with aborted connections in the HTTP/2 implementation (Anna Henningsen) https://github.com/nodejs/node/pull/18987 https://github.com/nodejs/node/pull/19002 * loader: - --inspect-brk now works properly for esmodules (Gus Caplan) https://github.com/nodejs/node/pull/18949 * src: - make process.dlopen() load well-known symbol (Ben Noordhuis) https://github.com/nodejs/node/pull/18934 * trace_events: - add file pattern cli option (Andreas Madsen) https://github.com/nodejs/node/pull/18480 * Added new collaborators: - Chen Gang (MoonBall) https://github.com/MoonBall PR-URL: https://github.com/nodejs/node/pull/19181 --- doc/api/repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/repl.md') diff --git a/doc/api/repl.md b/doc/api/repl.md index c868106f2f..233977fe09 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -144,7 +144,7 @@ global or scoped variable, the input `fs` will be evaluated on-demand as #### Assignment of the `_` (underscore) variable -- cgit v1.2.3