From 3e661965c28db6ac3be3cde7b22589eb10eeda3c Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Mon, 11 Apr 2016 09:11:32 -0700 Subject: [PATCH] de-dupe API docs in flutter_driver (#3240) --- packages/flutter_driver/lib/flutter_driver.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/flutter_driver/lib/flutter_driver.dart b/packages/flutter_driver/lib/flutter_driver.dart index 7acd3ecda98..8d2255d56b4 100644 --- a/packages/flutter_driver/lib/flutter_driver.dart +++ b/packages/flutter_driver/lib/flutter_driver.dart @@ -2,12 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -/// This library provides API to test Flutter applications that run on real +/// Provides API to test Flutter applications that run on real /// devices and emulators. /// -/// The application run in a separate process from the test itself. If you are -/// familiar with Selenium (web), Espresso (Android) or UI Automation (iOS), -/// this is Flutter's version of that. +/// The application runs in a separate process from the test itself. /// /// This is Flutter's version of Selenium WebDriver (generic web), /// Protractor (Angular), Espresso (Android) or Earl Gray (iOS).