You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/table/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1931,7 +1931,7 @@ sorting, as well as pass sort options via the `sort-compare-options` prop.
1931
1931
1932
1932
The`sort-compare-locale` prop defaults to`undefined`, which uses the browser (or Node.js runtime)
1933
1933
default locale. The prop`sort-compare-locale` can either accept a
1934
-
[BCP 47 language tag](https://tools.ietf.org/html/rfc5646) string or an_array_ of such tags. For
1934
+
[BCP 47 language tag](https://www.rfc-editor.org/info/bcp47) string or an_array_ of such tags. For
1935
1935
more details on locales, please see
1936
1936
[Locale identification and negotiation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation)