Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 722446201
  • Loading branch information
FuzzTest Team authored and copybara-github committed Feb 3, 2025
1 parent 0e77100 commit c43f7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/domains-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,8 @@ auto AnyVectorOfEqualSizedStrings() {
```
If `AnyVectorOfFixedLengthStrings()` had been passed to `Map()`, it would have
generated a `Domain<Domain<std::string>>`. `FlatMap()` "flattens" this to a
`Domain<std::string>`. Thus the name FlatMap.
generated a `Domain<Domain<std::vector<std::string>>>`. `FlatMap()` "flattens"
this to a `Domain<std::vector<std::string>>`. Thus the name FlatMap.
Another example is a pair of numbers `(a, b)`, where `b > 2 * a`:
Expand Down

0 comments on commit c43f7b2

Please sign in to comment.