Skip to content

Commit

Permalink
docs: Another fix to escape braces
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 13, 2023
1 parent 62a1ccb commit d10097f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/layers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ markerOptions <- function(
#' @param spiderLegPolylineOptions Allows you to specify
#' [PolylineOptions](https://web.archive.org/web/20220702182250/https://leafletjs.com/reference-1.3.4.html#polyline-option)
#' to style spider legs. By default, they are
#' `{ weight: 1.5, color: "#222", opacity: 0.5 }`.
#' `{{ weight: 1.5, color: "#222", opacity: 0.5 }}`.
#' @param freezeAtZoom Allows you to freeze cluster expansion to a zoom level.
#' Can be a zoom level e.g. 10, 12 or "max" or "maxKeepSpiderify".
#' See <https://github.com/ghybs/Leaflet.MarkerCluster.Freezable#api-reference>.
Expand Down
2 changes: 1 addition & 1 deletion man/map-options.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d10097f

Please sign in to comment.