Unverified Commit 045ed0d3 authored by davidbrenner's avatar davidbrenner Committed by GitHub

Fix typo in documentation (#83734)

parent dcd8957b
......@@ -248,7 +248,7 @@ class ByValueKey extends SerializableFinder {
/// A Flutter Driver finder that finds widgets by their [runtimeType].
class ByType extends SerializableFinder {
/// Creates a finder that given the runtime type in string form.
/// Creates a finder given the runtime type in string form.
const ByType(this.type);
/// The widget's [runtimeType], in string form.
......
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