| Index: tools/dom/templates/html/impl/impl_ClientRect.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_ClientRect.darttemplate b/tools/dom/templates/html/impl/impl_ClientRect.darttemplate
|
| index d607a5a9af73f321961b6986711a59a2694a6134..0c31179cb95889215f200456308f56d5da5d5285 100644
|
| --- a/tools/dom/templates/html/impl/impl_ClientRect.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_ClientRect.darttemplate
|
| @@ -27,7 +27,7 @@ $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS implements Rectangle$IM
|
| * The intersection of two axis-aligned rectangles, if any, is always another
|
| * axis-aligned rectangle.
|
| *
|
| - * Returns the intersection of this and `other`, or `null` if they don't
|
| + * Returns the intersection of this and `other`, or null if they don't
|
| * intersect.
|
| */
|
| Rectangle intersection(Rectangle other) {
|
|
|