aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6c715e..77d28d1 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ let object = &client as &dyn Client;
The last line of the above code fails to compile with:
-> error[E0191]: the value of the associated type `Error` (from trait `Client`)
+> error\[E0191\]: the value of the associated type `Error` (from trait `Client`)
> must be specified
Sometimes you however want a trait object to be able to encompass trait