Skip to content

Commit

Permalink
attempt to fix doc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGibbs committed Dec 8, 2023
1 parent 882b484 commit dd8667c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fractals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Constructor requires only an IFS, which is of type Array{Similarity}.
All other essential properties can be deduced from this, including barycentre, diameter
and dimension, which are approximated numerically.
Has the outer constructor, which only requires IFS (a vector of ['Similarity'](@ref)) as an input.
Has the outer constructor, which only requires IFS (a vector of [`Similarity``](@ref)) as an input.
InvariantMeasure(sims::Vector{Similarity}; measure::Real=1.0) =
InvariantMeasure(sims, get_diameter(sims); measure=measure)
Expand Down

0 comments on commit dd8667c

Please sign in to comment.