Commit 58b0f3e
authored
Update projection-operations (Zip section).md (#46792)
there is a typo issue , right below the last code snippet in the Zip section, the word 'numbers' should be replaced with
word 'number'. The sentence is :
With the preceding Zip overload, the specified function is applied to the corresponding elements numbers and letter, producing a sequence of the string results.1 parent f0fad1f commit 58b0f3e
File tree
1 file changed
+1
-1
lines changed- docs/csharp/linq/standard-query-operators
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments