Skip to content

Commit 469998f

Browse files
committed
more feedback
1 parent 1529a5b commit 469998f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/csharp/whats-new/csharp-7-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The second theme provides improvements to features in the language. These featur
128128

129129
### Tuples support `==` and `!=`
130130

131-
The C# tuple types now support `==` and `!=`. Fore more information, see the section covering [equality](../tuples.md#equality-and-tuples) in the article on [tuples](../tuples.md#equality-and-tuples).
131+
The C# tuple types now support `==` and `!=`. Fore more information, see the section covering [equality](../tuples.md#equality-and-tuples) in the article on [tuples](../tuples.md).
132132

133133
### Attach attributes to the backing fields for auto-implemented properties
134134

@@ -159,7 +159,7 @@ For more information, see the article on the [`in` parameter modifier](../langua
159159

160160
### Extend expression variables in initializers
161161

162-
The syntax added in C# 7.0 to aloow `out` variable declarations has been extended to include field initializers, property initializers, constructor initializers, and query clauses. It enables code such as the following example:
162+
The syntax added in C# 7.0 to allow `out` variable declarations has been extended to include field initializers, property initializers, constructor initializers, and query clauses. It enables code such as the following example:
163163

164164
```csharp
165165
public class B
@@ -201,6 +201,6 @@ For more information, see the [-publicsign compiler option](../language-referenc
201201

202202
### pathmap
203203

204-
The `-pathmap` compiler option instructs the compiler to replace source paths from the build environment with mapped source paths. The `pathmap` option controls the source path written by the compiler to PDB files or for the <xref:System.Runtime.CompilerServices.CallerFilePathAttribute>.
204+
The `-pathmap` compiler option instructs the compiler to replace source paths from the build environment with mapped source paths. The `-pathmap` option controls the source path written by the compiler to PDB files or for the <xref:System.Runtime.CompilerServices.CallerFilePathAttribute>.
205205

206206
For more information, see the [-pathmap compiler option](../language-reference/compiler-options/pathmap-compile-option.md) article.

0 commit comments

Comments
 (0)