diff --git a/docs/src/main/tut/datatypes/nested.md b/docs/src/main/tut/datatypes/nested.md index 37786bc46d..1af44d83d9 100644 --- a/docs/src/main/tut/datatypes/nested.md +++ b/docs/src/main/tut/datatypes/nested.md @@ -8,7 +8,7 @@ scaladoc: "#cats.data.Nested" # Motivation -In day-to-day programming we quite often we end up with data inside nested +In day-to-day programming we quite often end up with data inside nested effects, e.g. an integer inside an `Either`, which in turn is nested inside an `Option`: