Skip to content

Commit ece647b

Browse files
committed
minor #2064 [Map] Fix Typo: Removal of an extra ";" (yoanbernabeu)
This PR was merged into the 2.x branch. Discussion ---------- [Map] Fix Typo: Removal of an extra ";" A simple removal of an extra `;`. Thank you very much for the work. Commits ------- 74776fd Fix Typo Map
2 parents 92ad2de + 74776fd commit ece647b

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
@@ -77,7 +77,7 @@ A map is created by calling ``new Map()``. You can configure the center, zoom, a
7777
public function __invoke(): Response
7878
{
7979
// 1. Create a new map instance
80-
$myMap = (new Map());
80+
$myMap = (new Map())
8181
// Explicitly set the center and zoom
8282
->center(new Point(46.903354, 1.888334))
8383
->zoom(6)

0 commit comments

Comments
 (0)