Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Typo in "Char.IsSeparator Method" Documentation #10079

Copy link
Copy link
Open
@TeoPsycho

Description

@TeoPsycho
Issue body actions

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)})");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.