dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Typo in "Char.IsSeparator Method" Documentation

Open TeoPsycho opened this issue 1 year ago • 4 comments

In the documentation page about "Char.IsSeparator Method" (url = https://learn.microsoft.com/en-us/dotnet/api/system.char.isseparator?view=net-8.0) the example has a typo. The character '@' should be accompanied by the '$' character, e.g. @$ or $@ so the relevant line should be: Console.WriteLine(@$"\u{(int)ch:X4} ({Char.GetUnicodeCategory(ch)})");

TeoPsycho avatar Jul 01 '24 23:07 TeoPsycho

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost avatar Jul 01 '24 23:07 ghost

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost avatar Jul 01 '24 23:07 ghost

@TeoPsycho thanks for the report. Are you interested in submitting a PR to fix that?

tarekgh avatar Jul 23 '24 22:07 tarekgh

Tagging subscribers to this area: @dotnet/area-system-globalization