diff --git a/doc/domains-reference.md b/doc/domains-reference.md index 7384bc8b..e9977b77 100644 --- a/doc/domains-reference.md +++ b/doc/domains-reference.md @@ -1014,8 +1014,8 @@ auto AnyVectorOfEqualSizedStrings() { ``` If `AnyVectorOfFixedLengthStrings()` had been passed to `Map()`, it would have -generated a `Domain>`. `FlatMap()` "flattens" this to a -`Domain`. Thus the name FlatMap. +generated a `Domain>>`. `FlatMap()` "flattens" +this to a `Domain>`. Thus the name FlatMap. Another example is a pair of numbers `(a, b)`, where `b > 2 * a`: