Skip to content

Commit

Permalink
fix: use correct function name in documentation (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez authored Apr 11, 2024
1 parent 2679aae commit 13ae61c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/kino/maplibre.ex
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ defmodule Kino.MapLibre do
* `:filename` - The filename without the extension. Default: "map"
* `:pintable_area` Display printable area on the map. It helps to adjust printable area before printing.
* `:printable_area` Display printable area on the map. It helps to adjust printable area before printing.
* `:crosshair` Display crosshair on the map. It helps to adjust the map center before printing.
## Examples
Kino.MapLibre.add_scale_control(map)
Kino.MapLibre.add_scale_control(map, unit: :nautical)
Kino.MapLibre.add_export_map(map)
Kino.MapLibre.add_export_map(map, crosshair: true)
"""
@spec add_export_map(maplibre(), keyword()) :: :ok | %__MODULE__{}
def add_export_map(map, opts \\ []) do
Expand Down

0 comments on commit 13ae61c

Please sign in to comment.