Fix comment for defaultTargetPlatform (#9189)

This commit is contained in:
Ian Hickson 2017-04-04 20:37:59 -07:00 committed by Adam Barth
parent d98daa6e10
commit fbcade5900

View File

@ -28,7 +28,7 @@ enum TargetPlatform {
/// originally written assuming Android-like behavior, and we added platform
/// adaptations for iOS later). Tests can check iOS behavior by using the
/// platform override APIs (such as [ThemeData.platform] in the material
/// library) or by calling [debugSetDefaultTargetPlatformOverride]. The value
/// library) or by setting [debugDefaultTargetPlatformOverride]. The value
/// can only be explicitly set in debug mode.
TargetPlatform get defaultTargetPlatform {
TargetPlatform result;