Skip to content

Commit 0de63e6

Browse files
watildeaddaleax
authored andcommitted
doc: fix docs style in intl.md
Summary + L43: Add missing final pipe in table fence + L45: Add missing final pipe in table fence + L46: Add missing final pipe in table fence + L47: Add missing final pipe in table fence + L48: Add missing final pipe in table fence + L49: Add missing final pipe in table fence + L50: Add missing final pipe in table fence + L51: Add missing final pipe in table fence + L52: Add missing final pipe in table fence + L53: Add missing final pipe in table fence + L54: Add missing final pipe in table fence + L55: Add missing final pipe in table fence PR-URL: #14711 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent a6539ec commit 0de63e6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/api/intl.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ in [BUILDING.md][].
4040
An overview of available Node.js and JavaScript features for each `configure`
4141
option:
4242

43-
| | `none` | `system-icu` | `small-icu` | `full-icu`
44-
|-----------------------------------------|-----------------------------------|------------------------------|------------------------|------------
45-
| [`String.prototype.normalize()`][] | none (function is no-op) | full | full | full
46-
| `String.prototype.to*Case()` | full | full | full | full
47-
| [`Intl`][] | none (object does not exist) | partial/full (depends on OS) | partial (English-only) | full
48-
| [`String.prototype.localeCompare()`][] | partial (not locale-aware) | full | full | full
49-
| `String.prototype.toLocale*Case()` | partial (not locale-aware) | full | full | full
50-
| [`Number.prototype.toLocaleString()`][] | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | full
51-
| `Date.prototype.toLocale*String()` | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | full
52-
| [WHATWG URL Parser][] | partial (no IDN support) | full | full | full
53-
| [`require('buffer').transcode()`][] | none (function does not exist) | full | full | full
54-
| [REPL][] | partial (inaccurate line editing) | full | full | full
55-
| [`require('util').TextDecoder`][] | partial (basic encodings support) | partial/full (depends on OS) | partial (Unicode-only) | full
43+
| | `none` | `system-icu` | `small-icu` | `full-icu` |
44+
|-----------------------------------------|-----------------------------------|------------------------------|------------------------|------------|
45+
| [`String.prototype.normalize()`][] | none (function is no-op) | full | full | full |
46+
| `String.prototype.to*Case()` | full | full | full | full |
47+
| [`Intl`][] | none (object does not exist) | partial/full (depends on OS) | partial (English-only) | full |
48+
| [`String.prototype.localeCompare()`][] | partial (not locale-aware) | full | full | full |
49+
| `String.prototype.toLocale*Case()` | partial (not locale-aware) | full | full | full |
50+
| [`Number.prototype.toLocaleString()`][] | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | full |
51+
| `Date.prototype.toLocale*String()` | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | full |
52+
| [WHATWG URL Parser][] | partial (no IDN support) | full | full | full |
53+
| [`require('buffer').transcode()`][] | none (function does not exist) | full | full | full |
54+
| [REPL][] | partial (inaccurate line editing) | full | full | full |
55+
| [`require('util').TextDecoder`][] | partial (basic encodings support) | partial/full (depends on OS) | partial (Unicode-only) | full |
5656

5757
*Note*: The "(not locale-aware)" designation denotes that the function carries
5858
out its operation just like the non-`Locale` version of the function, if one

0 commit comments

Comments
 (0)