-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix typos #73122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos #73122
Conversation
|
Tagging subscribers to this area: @dotnet/area-meta Issue Detailsnull
|
|
Just curious did you use tooling for this? As it would have to understand how to split identifier names. |
|
I am repeating this method: #72314 (comment). In the current The capturing part is done by the |
|
Please make sure to run runtime-wasm, and runtime-extra-platforms . |
|
/azp run runtime-wasm, runtime-extra-platforms |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
These failures seem unrelated to PR change. Example of a flaky test #67138 (comment) which failed here. Other legs timed out running tests. |
src/libraries/System.Private.CoreLib/src/System/Globalization/CalendarData.Windows.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml/tests/XmlReaderLib/IntegrityTest.cs
Outdated
Show resolved
Hide resolved
src/tests/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.cs
Outdated
Show resolved
Hide resolved
src/tests/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Data.Common/src/System/Data/SQLTypes/SqlXml.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Data.Common/src/System/Data/SQLTypes/SqlXml.cs
Outdated
Show resolved
Hide resolved
jkotas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
No description provided.