| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2e5994d commit b0c9b1f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,7 +96,7 @@ The character encodings currently supported by Node.js are the following: | |||
| 96 | 96 | Converting a `Buffer` into a string using one of the above is referred to as | |
| 97 | 97 | decoding, and converting a string into a `Buffer` is referred to as encoding. | |
| 98 | 98 | ||
| 99 | - Node.js also supports the following two binary-to-text encodings. For | ||
| 99 | + Node.js also supports the following binary-to-text encodings. For | ||
| 100 | 100 | binary-to-text encodings, the naming convention is reversed: Converting a | |
| 101 | 101 | `Buffer` into a string is typically referred to as encoding, and converting a | |
| 102 | 102 | string into a `Buffer` as decoding. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments