Commit graph

7 commits

Author SHA1 Message Date
anurmatov 7d4c75a2da
Update unsafe-code.md
It should be specified comparison operator `>=` (greater than or equal) instead of lambda `=>`
2020-07-16 14:14:04 +06:00
Next Turn a5e393b018 Fix unsafe examples (#2324)
Fixes dotnet/docs#11067
2019-10-14 15:06:39 -07:00
Tom Pratt 892af9016b Batch 62 (#2834) 2019-10-01 10:20:14 -04: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
Stephen Toub fc7e0f6d81 Update spec'd behavior of fixed with null/empty array 2017-02-01 22:16:05 -05: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