Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1560)

Unified Diff: lib/src/backend/live_test.dart

Issue 1859863002: Minor fix for LiveTest's documentation. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/backend/live_test.dart
diff --git a/lib/src/backend/live_test.dart b/lib/src/backend/live_test.dart
index dab5ff857fb7521793df016e78a85524399a623e..8aa81824ddb072e217dc95af5f21a84a089031fe 100644
--- a/lib/src/backend/live_test.dart
+++ b/lib/src/backend/live_test.dart
@@ -11,9 +11,9 @@ import 'test.dart';
/// A runnable instance of a test.
///
-/// This is distinct from [Test] in order to keep [Test]. Running a test
-/// requires state, and [LiveTest] provides a view of the state of the test as
-/// it runs.
+/// This is distinct from [Test] in order to keep [Test] immutable. Running a
+/// test requires state, and [LiveTest] provides a view of the state of the test
+/// as it runs.
///
/// If the state changes, [state] will be updated before [onStateChange] fires.
/// Likewise, if an error is caught, it will be added to [errors] before being
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698