Commit graph

8 commits

Author SHA1 Message Date
Bill Wagner f63f70960c
Add missing semicolon (#5165)
See dotnet/docs#26006

Also fixed in dotnet/csharpstandard#371
2021-09-08 09:05:25 -07:00
Petr Onderka f921de697a
Fixed links in spec (#3273) 2021-03-01 18:58:12 -08:00
Petr Kulikov 63d276488c Mention implicit interpolated string conversions (#2598) 2019-12-05 13:45:43 -08:00
Petr Kulikov f25a59e484
Update conversions.md 2019-06-13 19:03:19 +02:00
Yukhti Lochana 54df8973fa Fix typo in conversion.md (#1970)
fixed a simple typo, that is "contravariant" is a single word.
2018-10-30 15:11:12 -07:00
stakx 7f39331672 Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
Bill Wagner eb528dbd21 remove anchors to H1 tags
When the C# spec is incorporated into the docs.microsoft.com build, any links that include anchors generate warnings when the link is to the H1 tag in the first line of the file. These should be simple file links.

This PR removes the extra anchor tags
2017-10-14 15:21:38 -04:00
Neal Gafter 6027ad5a4a Add markdown specification (#9)
* Initial port of the C# 6 specification; all the heavy lifting had been done by @ljw1004
* Remove pdf, html versions and grammar versions until we figure out how to build them.
2017-02-01 10:35:24 -08:00