| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -171,7 +171,7 @@ refer to an entry in `\\?\pipe\` or `\\.\pipe\`. Any characters are permitted, | |||
| 171 | 171 | but the latter may do some processing of pipe names, such as resolving `..` | |
| 172 | 172 | sequences. Despite appearances, the pipe name space is flat. Pipes will *not | |
| 173 | 173 | persist*, they are removed when the last reference to them is closed. Do not | |
| 174 | - forget javascript string escaping requires paths to be specified with | ||
| 174 | + forget JavaScript string escaping requires paths to be specified with | ||
| 175 | 175 | double-backslashes, such as: | |
| 176 | 176 | ||
| 177 | 177 | net.createServer().listen( | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ Execute without arguments to start the REPL. | |||
| 35 | 35 | ||
| 36 | 36 | .SH DESCRIPTION | |
| 37 | 37 | ||
| 38 | - Node.js is a set of libraries for javascript which allows | ||
| 38 | + Node.js is a set of libraries for JavaScript which allows | ||
| 39 | 39 | it to be used outside of the browser. It is primarily | |
| 40 | 40 | focused on creating simple, easy to build network clients | |
| 41 | 41 | and servers. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments