Skip to content

Commit b024cda

Browse files
committed
Fix docstring
1 parent b29c328 commit b024cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-map.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Polymer('google-map-marker', {
4343

4444
/**
45-
* A latitude to center the map on.
45+
* A Google Maps marker object.
4646
*
4747
* @property marker
4848
* @type google.maps.Marker
@@ -51,7 +51,7 @@
5151
marker: null,
5252

5353
/**
54-
* The underlying map object.
54+
* The Google map object.
5555
*
5656
* @property map
5757
* @type google.maps.Map

0 commit comments

Comments
 (0)