Skip to content

Commit dc01d2e

Browse files
committed
resolve conflicts
1 parent af30904 commit dc01d2e

File tree

3 files changed

+205
-190
lines changed

3 files changed

+205
-190
lines changed

vnext/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "react-native-windows",
33
"entries": [
4+
{
5+
"date": "Sat, 25 Oct 2025 05:28:00 GMT",
6+
"version": "0.0.0-canary.1001",
7+
"tag": "react-native-windows_v0.0.0-canary.1001",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-windows",
13+
"commit": "ec689c30bc9f41170d164ed697d9760cea1e7554",
14+
"comment": "Fix PoliCheck compliance - Replace non-inclusive terminology"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 24 Oct 2025 05:26:22 GMT",
621
"version": "0.0.0-canary.1001",

vnext/Folly/TEMP_UntilFollyUpdate/json/json.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ void escapeStringImpl(
908908

909909
if (encodeUnicode) {
910910
// note that this if condition captures utf8 chars
911-
// with value > 127, so size > 1 byte (or they are whitelisted for
911+
// with value > 127, so size > 1 byte (or they are allowlisted for
912912
// Unicode encoding).
913913
// NOTE: char32_t / char16_t are both unsigned.
914914
char32_t cp = utf8ToCodePoint(p, e, opts.skip_invalid_utf8);

0 commit comments

Comments
 (0)