Commit graph

18 commits

Author SHA1 Message Date
Bernd Baumanns 3369227509
Fix linq (#5390)
* missing curly brace
2021-11-08 10:57:20 -08:00
Bill Wagner a4c9db9a69
Address docs build warnings (#5102)
* fix docs suggestions

There are two different types of changes in this PR:

- H1s should use ATX headers (`#`)
- tables should have a header row that is not empty.

* replace docs links with source

This addresses another docs build warning. The docs build system flags absolute links to the pages on docs.microsoft.com as warnings, which should be replaced with relative links. This fix changes the link to the source doc on GitHub. I'm currently looking for a better solution.

* Revert "replace docs links with source"

This reverts commit b40cfc9632.
2021-08-23 14:33:02 -04:00
Ruslan Batkaev 9a18b64732
fix typo 'of' -> 'or' (#3026) 2021-08-18 11:23:29 -07:00
Petr Onderka f921de697a
Fixed links in spec (#3273) 2021-03-01 18:58:12 -08:00
Tom Pratt 892af9016b Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
Nick Schonning a03bffda36 typo: Double word "of" 2019-04-13 14:47:02 -04:00
Johnny Gérard 0a80f26b8e fix floating-point subtraction table (#2279)
first table entry should be empty
2019-03-04 21:24:54 -08:00
Johnny Gérard 98086f5637 fix typo
"and" should be "an"
2019-02-19 10:26:57 -08:00
谭九鼎 ea97dee302 Fix vertical escape in table (#1946) 2018-10-22 13:30:47 -07:00
Bill Wagner d93a726f4c looked for other code fenced bars
Removed them as well.
2018-08-21 16:54:43 -04:00
stakx 7f39331672 Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
Zheng Chen 34310c6853 Fix ANTLR in Expression (#1134)
There's no definition of `interpolated_string anywhere`.

But I found the `interpolated_string_expression`.

So I fixed the reference.
2017-12-10 02:09:38 -08:00
levanter cd15c238fb Fix operator '*' to '-' in unary operators section (#1141) 2017-12-10 02:05:51 -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
Petr Onderka 5fe84bb47b Fixed formatting in Expressions (#523)
* Fixed | in table
* Removed stray `
2017-05-03 14:11:52 -07:00
LouisFr81 a8c5fb4298 Space missing between 'i' and 'is' (#260)
Merging on behalf of @LouisFr81. Thanks
2017-03-14 11:10:28 -07:00
Scott Dorman d432a56ddd Fixes #160. (#174)
Fixes #160
2017-02-27 12:42:38 -08: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