Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 7292a65

Browse files
committed
backtick the onTap mention in the CircleController class.
1 parent 5eaeb9e commit 7292a65

File tree

1 file changed

+1
-1
lines changed
  • packages/google_maps_flutter/google_maps_flutter_web/lib/src

1 file changed

+1
-1
lines changed

packages/google_maps_flutter/google_maps_flutter_web/lib/src/circle.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
part of google_maps_flutter_web;
66

7-
/// The `CircleController` class wraps a [gmaps.Circle] and its onTap behavior.
7+
/// The `CircleController` class wraps a [gmaps.Circle] and its `onTap` behavior.
88
class CircleController {
99
gmaps.Circle _circle;
1010

0 commit comments

Comments
 (0)