Skip to content

Commit 720d921

Browse files
authored
Fixes dotnet#987 Missing table part was just a production mishap. Fixes the typo IFormatable -> IFormattable
1 parent ff43a49 commit 720d921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/standard-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ namespace System
584584

585585
## C.4 Format Specifications
586586

587-
The meaning of the formats, as used in interpolated string expressions ([§12.8.3](expressions.md#1283-interpolated-string-expressions)), are defined in ISO/IEC 23271:2012. For convenience the following text is copied from the description of `System.IFormatable`.
587+
The meaning of the formats, as used in interpolated string expressions ([§12.8.3](expressions.md#1283-interpolated-string-expressions)), are defined in ISO/IEC 23271:2012. For convenience the following text is copied from the description of `System.IFormattable`.
588588

589589
**This text is informative.**
590590

0 commit comments

Comments
 (0)