doc: don't use "interface" as a variable name
authorChALkeR <chalkerx@gmail.com>
Wed, 27 Jan 2016 09:48:36 +0000 (12:48 +0300)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
commit71aa3029464b4c20dc75f6de44c4f30a4e0c935e
tree973df18a7a643e512096e397f8bc921d3954e8ca
parent35559630968e184ce14f02d01edc2e0895ce6da5
doc: don't use "interface" as a variable name

In readline.markdown, don't use strict mode reserved keyword "interface"
as a variable name.

This commit changes the name of one `readline.Interface` instance from
"interface" to "rl", as it is named in other places of the doc.

PR-URL: https://github.com/nodejs/node/pull/4900
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
doc/api/readline.markdown