From eaacfec16c24c40eb84c00145ab89faaa8c65b61 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Fri, 9 Dec 2016 12:49:31 -0800 Subject: [PATCH] operator== becomes operator --- testing/test_package_docs/fake/ExtraSpecialList/contains.html | 2 +- testing/test_package_docs/fake/SpecialList/contains.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test_package_docs/fake/ExtraSpecialList/contains.html b/testing/test_package_docs/fake/ExtraSpecialList/contains.html index 93b50cb5f0..770c76b3d8 100644 --- a/testing/test_package_docs/fake/ExtraSpecialList/contains.html +++ b/testing/test_package_docs/fake/ExtraSpecialList/contains.html @@ -158,7 +158,7 @@
ExtraSpecialList
element, unless it has a more efficient way to find an element equal to element.

The equality used to determine whether element is equal to an element of -the iterable defaults to the Object.operator== of the element.

+the iterable defaults to the Object.== of the element.

Some types of iterable may have a different equality used for its elements. For example, a Set may have a custom equality (see Set.identical) that its contains uses. diff --git a/testing/test_package_docs/fake/SpecialList/contains.html b/testing/test_package_docs/fake/SpecialList/contains.html index cdc7358c84..2c77d6ae46 100644 --- a/testing/test_package_docs/fake/SpecialList/contains.html +++ b/testing/test_package_docs/fake/SpecialList/contains.html @@ -158,7 +158,7 @@

SpecialList
element, unless it has a more efficient way to find an element equal to element.

The equality used to determine whether element is equal to an element of -the iterable defaults to the Object.operator== of the element.

+the iterable defaults to the Object.== of the element.

Some types of iterable may have a different equality used for its elements. For example, a Set may have a custom equality (see Set.identical) that its contains uses.