Typo to associated (#10340)

This commit is contained in:
Robert Felker 2017-05-26 19:32:06 +02:00 committed by Ian Hickson
parent 2e96550fa0
commit e9d50f8aeb

View File

@ -22,7 +22,7 @@ export 'package:flutter/rendering.dart' show RenderObject, RenderBox, debugDumpR
/// A [Key] is an identifier for [Widget]s and [Element]s.
///
/// A new widget will only be used to update an existing element if its key is
/// the same as the key of the current widget associted with the element.
/// the same as the key of the current widget associated with the element.
///
/// Keys must be unique amongst the [Element]s with the same parent.
///