| Index: pkg/observe/lib/observe.dart
|
| diff --git a/pkg/observe/lib/observe.dart b/pkg/observe/lib/observe.dart
|
| index 8b972d30611e015cdfa876572372fde807fa742c..2bb12009f11d59e127f36a153012711b1e5e31f4 100644
|
| --- a/pkg/observe/lib/observe.dart
|
| +++ b/pkg/observe/lib/observe.dart
|
| @@ -3,7 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| /**
|
| - * *Warning*: this library is experimental, and APIs are subject to change.
|
| + * Support for observing changes in model-view architectures.
|
| + *
|
| + * **Warning:** This library is experimental, and APIs are subject to change.
|
| *
|
| * This library is used to observe changes to [Observable] types. It also
|
| * has helpers to make implementing and using [Observable] objects easy.
|
|
|