Commit fbcade59 authored by Ian Hickson's avatar Ian Hickson Committed by Adam Barth

Fix comment for defaultTargetPlatform (#9189)

parent d98daa6e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment