We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c6cdd commit b74d822Copy full SHA for b74d822
src/content/libraries/async/zones.md
@@ -30,9 +30,9 @@ Review the techniques covered in
30
[Futures and Error Handling](/libraries/async/futures-error-handling)
31
before reading this article.
32
33
-[dart:async]: ({{site.dart-api}}/dart-async/dart-async-library.html)
34
-[`runZoned()`]: ({{site.dart-api}}/dart-async/runZoned.html)
35
-[`runZonedGuarded()`]: ({{site.dart-api}}/dart-async/runZonedGuarded.html)
+[dart:async]: {{site.dart-api}}/dart-async/dart-async-library.html
+[`runZoned()`]: {{site.dart-api}}/dart-async/runZoned.html
+[`runZonedGuarded()`]: {{site.dart-api}}/dart-async/runZonedGuarded.html
36
37
Zones make the following tasks possible:
38
0 commit comments