Skip to content

Commit f8fcc32

Browse files
committed
Fix typo in docstring
1 parent adf2c6f commit f8fcc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/meshes/regulargrid.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ point using a given `spacing`.
2828
```
2929
RegularGrid((10, 20), Point(LatLon(30.0°, 60.0°)), (1.0, 1.0)) # add coordinate units to spacing
3030
RegularGrid((10, 20), Point(Polar(0.0cm, 0.0rad)), (10.0mm, 1.0rad)) # convert spacing units to coordinate units
31-
RegularGrid((10, 20), Point(Marcator(0.0, 0.0)), (1.5, 1.5))
31+
RegularGrid((10, 20), Point(Mercator(0.0, 0.0)), (1.5, 1.5))
3232
RegularGrid((10, 20, 30), Point(Cylindrical(0.0, 0.0, 0.0)), (3.0, 2.0, 1.0))
3333
```
3434

0 commit comments

Comments
 (0)