| Index: pkg/fixnum/lib/src/int32.dart
|
| diff --git a/pkg/fixnum/lib/src/int32.dart b/pkg/fixnum/lib/src/int32.dart
|
| index b2da0fab7ba75e9eb782cd8938430e9ec365e882..f7e24aa33e4b2df331449865f571c84e7e44552b 100644
|
| --- a/pkg/fixnum/lib/src/int32.dart
|
| +++ b/pkg/fixnum/lib/src/int32.dart
|
| @@ -270,7 +270,7 @@ class Int32 implements IntX {
|
| }
|
|
|
| /**
|
| - * Returns [true] if this [Int32] has the same numeric value as the
|
| + * Returns [:true:] if this [Int32] has the same numeric value as the
|
| * given object. The argument may be an [int] or an [IntX].
|
| */
|
| bool operator ==(other) {
|
|
|