Commit graph

74 commits

Author SHA1 Message Date
Petr Onderka f921de697a
Fixed links in spec (#3273) 2021-03-01 18:58:12 -08:00
Andrew Dashkov 835828da4e
Add the missing letter (#3334)
"The type parameters can the be used" -> "The type parameters can then be used"
2021-03-01 15:05:41 -08:00
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
Neal Gafter f1533732b0
Missing ':' in format part of interpolation (#3679) 2020-07-15 09:23:26 -07:00
Petr Kulikov 63d276488c Mention implicit interpolated string conversions (#2598) 2019-12-05 13:45:43 -08:00
Bill Wagner 4ddf18d000
fix sign error (#2933)
The exponent range is -1075 - 970, not 1075 - 970.
2019-11-05 10:18:57 -05: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
Scott Dorman 4da0c18183 Recommend <remarks> rather than <remark>
Fixes https://github.com/dotnet/csharplang/issues/2435 and updates `<remark>`  to `<remarks>`, per the original text in [ECMA-334](https://ecma-international.org/publications/files/ECMA-ST/ECMA-334.pdf) §D.3.12.
2019-09-11 14:07:05 -07:00
Julien Couvreur 7f7fc6e9e1
Merge pull request #2374 from Unknown6656/patch-2
Added missing code tag as pointed out in #2371
2019-09-10 14:43:54 -07:00
Julien Couvreur dfbe21da9f
Merge pull request #2327 from ghost/patch-2
fix typo
2019-09-10 14:33:14 -07:00
Julien Couvreur 7bcdec6cea
Merge pull request #2342 from ghost/patch-3
fix typo
2019-09-10 14:32:54 -07:00
Julien Couvreur 41e83a4d94
Merge pull request #2557 from ghost/patch-6
remove syntax highlighting
2019-09-10 14:31:32 -07:00
Julien Couvreur 2ba542e843
Merge pull request #2755 from svick/patch-2
Remove outdated info from spec index
2019-09-10 14:30:35 -07:00
谭九鼎 d53ef867bb
Add missing type name 2019-09-09 09:29:23 +08:00
Petr Onderka 9040f69f9b
Remove outdated info from spec index 2019-08-28 11:45:54 +02:00
Petr Kulikov f25a59e484
Update conversions.md 2019-06-13 19:03:19 +02:00
Fred Silberberg a98bdb81b4
fix: MD038/no-space-in-code (#2423)
fix: MD038/no-space-in-code
2019-05-23 18:06:50 -07:00
Fred Silberberg 54f10e83bf
typo: Double word "of" (#2430)
typo: Double word "of"
2019-05-23 17:55:44 -07:00
Johnny Gérard a4308d9618
remove syntax highlighting
'in' should not be highlighted
2019-05-24 01:14:26 +02:00
Nick Schonning a03bffda36 typo: Double word "of" 2019-04-13 14:47:02 -04:00
Nick Schonning 00de1a1c74 typo: Double word "the" 2019-04-13 14:44:05 -04:00
Nick Schonning 870cc06bea fix: MD038/no-space-in-code
Spaces inside code span elements
2019-04-13 14:23:40 -04:00
Andy De George a19fac74c0 Update introduction.md (#2396)
Fixes #11677
2019-04-09 16:42:40 -04:00
Unknown6656 379747044f
Added missing code tag as pointed out in #2371
See #2371
2019-03-28 10:38:38 +01:00
Johnny Gérard ef411d3700
fix typo
"In additional to" shoud be "In addition to"
2019-03-14 14:31:10 +01:00
Johnny Gérard e9ea4feeca
fix typo
"the" should be "that"
2019-03-11 12:38:41 +01: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 9ef7639b20 Fix example description
No method `A` in the Class `C`.
Instead, there is a static field `A`.
2019-02-19 10:28:49 -08:00
Johnny Gérard a5d2ef13c1 fix indent
'close_brace_escape_sequence' is not highlighted
2019-02-19 10:27:37 -08:00
Johnny Gérard a93a0df721 fix grammar rule
delimited_comment
    : '/*' delimited_comment_section* asterisk* '/'
    ;
should be
delimited_comment
    : '/*' delimited_comment_section* asterisk+ '/'
    ;
2019-02-19 10:27:13 -08:00
Johnny Gérard 98086f5637 fix typo
"and" should be "an"
2019-02-19 10:26:57 -08:00
Maira Wenzel 21db2ab731
minor fixes 2019-01-08 10:12:14 -08:00
Drew Noakes dabc5f1943
Replace HTML with markdown code escaping 2018-12-20 09:20:49 +00:00
Drew Noakes 68e4d12247
Fix generic escape character and formatting
A ' quote was listed where a \` should exist (as far as I know).

Also formatted neighbouring character sequences as code blocks for consistency.
2018-12-14 18:58:39 +00:00
Julien Couvreur 109ad9a921
Merge pull request #1784 from svick/patch-1
Fixed indentation in variables.md
2018-11-07 17:07:23 -08:00
Julien Couvreur e7956e22a0
Merge pull request #1830 from svick/patch-2
Unquote right_shift in the syntax for overloadable_binary_operator
2018-11-07 17:06:00 -08: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
谭九鼎 ea97dee302 Fix vertical escape in table (#1946) 2018-10-22 13:30:47 -07:00
Petr Onderka 9a1a5b89d6
Unquote right_shift in the syntax for overloadable_binary_operator 2018-09-01 17:37:18 +02:00
Bill Wagner d93a726f4c looked for other code fenced bars
Removed them as well.
2018-08-21 16:54:43 -04:00
Bill Wagner 36504baa66 don't escape vertical bar
Fixes dotnet/docs#6335

Because these are in a code fence, the back-slash was rendering on the docs platform. This still renders correctly in GFM, and on docs.

/cc @HankiDesign
2018-08-21 16:35:44 -04:00
Petr Onderka dd69f7a72c
Fixed indentation in variables.md 2018-08-12 23:46:56 +02:00
Julien Couvreur 68b7a84096
Merge pull request #1425 from carlreinke/remove-asterisks
Remove superfluous asterisks
2018-07-29 11:16:01 -07:00
Dmytro Dorodnykh ac5f60aa23 Fix brace | add semicolon 2018-07-13 12:15:51 +03:00
JacekSmi ebeb8f6488 Unnecessary closing brace (#1405) 2018-04-17 19:21:19 -04:00
Carl Reinke 6d24873592 Remove superfluous asterisks 2018-03-31 21:48:33 -06:00
Petr Onderka 41f25e80dc Fixed structs link (#720) 2018-01-25 13:17:27 -08: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