Commit graph

4 commits

Author SHA1 Message Date
Bill Wagner 4ddf18d000
fix sign error (#2933)
The exponent range is -1075 - 970, not 1075 - 970.
2019-11-05 10:18:57 -05:00
Bill Barry 4d9f1affaf missing spaces between some words (#1160) 2017-12-10 02:05:00 -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