Skip to content

Commit ae24476

Browse files
"Where" clause typo fix (#68002)
1 parent 86469c8 commit ae24476

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/features/incremental-generators.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -390,18 +390,18 @@ public static partial class IncrementalValueSourceExtensions
390390
```
391391

392392
```ascii
393-
Select<TSource, TResult>
393+
Where<TSource>
394394
.......................................
395395
. ┌───────────┐ .
396396
. predicate(Item1)│ │ .
397397
. ┌────────────────►│ Item1 ├───┐ .
398398
. │ │ │ │ .
399-
IncrementalValuesProvider<TSource> . │ └───────────┘ │ . IncrementalValuesProvider<TResult>
400-
┌───────────┐ . │ │ . ┌───────────
401-
│ │ . │ predicate(Item2) │ . │
402-
│ TSource ├──────────────┼─────────────────X ├─────────►│ TResult
403-
│ │ . │ │ . │
404-
└───────────┘ . │ │ . └───────────
399+
IncrementalValuesProvider<TSource> . │ └───────────┘ │ . IncrementalValuesProvider<TSource>
400+
┌───────────┐ . │ │ . ┌───────────┐
401+
│ │ . │ predicate(Item2) │ . │ │
402+
│ TSource ├──────────────┼─────────────────X ├─────────►│ TSource
403+
│ │ . │ │ . │ │
404+
└───────────┘ . │ │ . └───────────┘
405405
3 Items . │ ┌───────────┐ │ . 2 Items
406406
. │ predicate(Item3)│ │ │ .
407407
. └────────────────►│ Item3 ├───┘ .

0 commit comments

Comments
 (0)