Skip to content

Commit

Permalink
fix typo in interop code (flutter#5743)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Jul 13, 2018
1 parent 2daa0aa commit 3eb8c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class SemanticsUpdateBuilder extends NativeFieldWrapperClass2 {
assert(label != null && label != '');
_updateCustomAction(id, label);
}
void _updateCustomAction(int id, String label) native 'SemanticsUpdateBuilder_updateAction';
void _updateCustomAction(int id, String label) native 'SemanticsUpdateBuilder_updateCustomAction';

/// Creates a [SemanticsUpdate] object that encapsulates the updates recorded
/// by this object.
Expand Down

0 comments on commit 3eb8c04

Please sign in to comment.