| Index: src/site/_includes/language-tour/operators/index.markdown
|
| diff --git a/src/site/_includes/language-tour/operators/index.markdown b/src/site/_includes/language-tour/operators/index.markdown
|
| index 849340db64f192e3ec975fad378b94b3e7cf2c83..9aac4aa5b5f52ff1972a558ea2a85c19f58c01c9 100644
|
| --- a/src/site/_includes/language-tour/operators/index.markdown
|
| +++ b/src/site/_includes/language-tour/operators/index.markdown
|
| @@ -410,16 +410,6 @@ negate <em>(<code>-expr</code>)</em> <!-- (unary minus: -) --> **
|
| {% endcomment %}
|
| </p>
|
|
|
| -<aside class="note" markdown="1">
|
| -{% comment %}
|
| -WILLCHANGE: will need to tweak the wording.
|
| -{% endcomment %}
|
| -\* The **==** operator can currently be overridden,
|
| -but not for long.
|
| -Soon the way to customize the behavior of **==**
|
| -will be by overriding the **equals()** method.
|
| -</aside>
|
| -
|
| <p markdown="1">
|
| For an example of overriding operators,
|
| see [Operators](#classes-operators) in the Classes section.
|
|
|