summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dart.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/dart.html.markdown b/dart.html.markdown
index b4b640c9..dc228d16 100644
--- a/dart.html.markdown
+++ b/dart.html.markdown
@@ -201,7 +201,7 @@ example15() {
try {
throw "Some unexpected error.";
} catch (e) {
- print("Example15 null value causes an exception: '${e}'");
+ print("Example15 an exception: '${e}'");
throw e; // Re-throw
}
} catch (e) {