aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-22 06:01:41 +0100
committerMartin Fischer <martin@push-f.com>2021-11-22 06:02:16 +0100
commit83a77402456873adc278ba33cf3e03d5162bebd6 (patch)
tree56677ee45e3769eb2234a41de7743f5a816d2a8c
parent8345637cb9f21fdcfcaa13a48329137e5527a0d3 (diff)
clarify: error type is fixed for Result type alias
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 573c30b..6b4d4e1 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ Dynamize also understands if you wrap associated types in the following types:
* `Option<_>`
* `Result<_, _>`
-* `some::module::Result<_>` (assumed to be a Result type alias)
+* `some::module::Result<_>` (type alias with fixed error type)
* `&mut dyn Iterator<Item = _>`
Note that since these are resolved recursively you can actually nest these