| Index: sdk/lib/core/set.dart | 
| diff --git a/sdk/lib/core/set.dart b/sdk/lib/core/set.dart | 
| index a4d7ed7ccb99f2f022b4c77a0c96e7ec11ae1fed..4509ddc0b8d3b6538cf9d544b0f8385c84530238 100644 | 
| --- a/sdk/lib/core/set.dart | 
| +++ b/sdk/lib/core/set.dart | 
| @@ -148,8 +148,8 @@ abstract class Set<E> extends Iterable<E> implements EfficientLength { | 
| */ | 
| void retainAll(Iterable<Object> elements); | 
|  | 
| -  /** | 
| -   * Removes all elements of this set that satisfy [test]. | 
| +  /* | 
| +*   * Removes all elements of this set that satisfy [test]. | 
| */ | 
| void removeWhere(bool test(E element)); | 
|  | 
|  |