Skip to content

Commit e7ddc1d

Browse files
authored
Update index.rst
Correction du nom de la variable $map -> $myMap
1 parent d72aa7e commit e7ddc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Map/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ A map is created by calling ``new Map()``. You can configure the center, zoom, a
120120
;
121121

122122
// 3. You can also add Polygons, which represents an area enclosed by a series of `Point` instances
123-
$map->addPolygon(new Polygon(
123+
$myMap->addPolygon(new Polygon(
124124
points: [
125125
new Point(48.8566, 2.3522),
126126
new Point(45.7640, 4.8357),

0 commit comments

Comments
 (0)