Skip to content

Commit

Permalink
Fix broken ECMA link (#93351)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Oct 12, 2023
1 parent 076a51f commit 0a77fd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public ByValueMarshalKindSupport SupportsByValueMarshalKind(ByValueContentsMarsh
/// Marshals a boolean value as 1 byte.
/// </summary>
/// <remarks>
/// This boolean type is the natural size of a boolean in the CLR (<see href="https://www.ecma-international.org/publications/standards/Ecma-335.htm">ECMA-335 (III.1.1.2)</see>).
/// This boolean type is the natural size of a boolean in the CLR (<see href="https://www.ecma-international.org/publications-and-standards/standards/ecma-335/">ECMA-335 (III.1.1.2)</see>).
///
/// This is typically compatible with <see href="https://en.cppreference.com/w/c/types/boolean">C99</see>
/// and <see href="https://en.cppreference.com/w/cpp/language/types">C++</see>, but those is implementation defined.
Expand Down

0 comments on commit 0a77fd4

Please sign in to comment.