File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
testing/test_package_docs/fake Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ language: dart
22sudo : false
33dart :
44 - dev
5- - stable
5+ # Disabled - re-enable once dev goes stable (see #1290).
6+ # - stable
67env :
78 - GEN_SDK_DOCS=true
89 - GEN_SDK_DOCS=false
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ <h5><a href="fake/ExtraSpecialList-class.html">ExtraSpecialList</a></h5>
158158< code > element</ code > , unless it has a more efficient way to find an element
159159equal to < code > element</ code > .</ p >
160160< p > The equality used to determine whether < code > element</ code > is equal to an element of
161- the iterable defaults to the < code > Object.operator ==</ code > of the element.</ p >
161+ the iterable defaults to the < code > Object.==</ code > of the element.</ p >
162162< p > Some types of iterable may have a different equality used for its elements.
163163For example, a < code > Set</ code > may have a custom equality
164164(see < code > Set.identical</ code > ) that its < code > contains</ code > uses.
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ <h5><a href="fake/SpecialList-class.html">SpecialList</a></h5>
158158< code > element</ code > , unless it has a more efficient way to find an element
159159equal to < code > element</ code > .</ p >
160160< p > The equality used to determine whether < code > element</ code > is equal to an element of
161- the iterable defaults to the < code > Object.operator ==</ code > of the element.</ p >
161+ the iterable defaults to the < code > Object.==</ code > of the element.</ p >
162162< p > Some types of iterable may have a different equality used for its elements.
163163For example, a < code > Set</ code > may have a custom equality
164164(see < code > Set.identical</ code > ) that its < code > contains</ code > uses.
You can’t perform that action at this time.
0 commit comments