[libcxx] Fix a comment link for the unicode NBSP char. NFC. (#139692)

This commit is contained in:
Martin Storsjö
2025-05-14 00:11:02 +03:00
committed by GitHub
parent 70a3a1b8e5
commit 76dba2ea02

View File

@@ -3957,7 +3957,7 @@ static bool is_narrow_non_breaking_space(const char* ptr) {
}
static bool is_non_breaking_space(const char* ptr) {
// https://www.fileformat.info/info/unicode/char/0a/index.htm
// https://www.fileformat.info/info/unicode/char/a0/index.htm
return ptr[0] == '\xc2' && ptr[1] == '\xa0';
}
#endif // _LIBCPP_HAS_WIDE_CHARACTERS