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