From 75bda6133ab11b95d280e0c660e974ff86a22f97 Mon Sep 17 00:00:00 2001 From: Patrice Chalin <chalin@users.noreply.github.com> Date: Fri, 21 Aug 2015 13:08:06 -0700 Subject: [PATCH] Fix link to `throwsA()` (Was a copy-paste error.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfb0519e..a1f9a365 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ The [`throwsA()`][throwsA] matcher and the various `throwsExceptionType` matchers work with both synchronous callbacks and asynchronous `Future`s. They ensure that a particular type of exception is thrown: -[completion]: http://www.dartdocs.org/documentation/test/latest/index.html#test/test@id_throwsA +[throwsA]: http://www.dartdocs.org/documentation/test/latest/index.html#test/test@id_throwsA ```dart import "dart:async"; -- GitLab