Skip to content

Commit fc351c3

Browse files
authored
Remove superfluous backticks (#42309)
1 parent 75d4165 commit fc351c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/csharp/linq/get-started/write-linq-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If the method has <xref:System.Action?displayProperty=fullName> or <xref:System.
6464

6565
In the previous queries, only Query #4 executes immediately, because it returns a single value, and not a generic <xref:System.Collections.Generic.IEnumerable%601> collection. The method itself uses `foreach` or similar code in order to compute its value.
6666

67-
Each of the previous queries can be written by using implicit typing with [`var``](../../language-reference/statements/declarations.md#implicitly-typed-local-variables), as shown in the following example:
67+
Each of the previous queries can be written by using implicit typing with [`var`](../../language-reference/statements/declarations.md#implicitly-typed-local-variables), as shown in the following example:
6868

6969
:::code language="csharp" source="./snippets/SnippetApp/WriteLinqQueries.cs" id="write_linq_queries_4":::
7070

includes/core-changes/corefx/openssl-dependencies-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Core .NET libraries
5050
5151
#### Affected APIs
5252
53-
- `T:System.Security.Cryptography.AesCcm``
53+
- `T:System.Security.Cryptography.AesCcm`
5454
- `T:System.Security.Cryptography.AesGcm`
5555
- `T:System.Security.Cryptography.DSAOpenSsl`
5656
- `T:System.Security.Cryptography.ECDiffieHellmanOpenSsl`

0 commit comments

Comments
 (0)