Skip to content

Commit 49a1846

Browse files
committed
remove wrong @ref from docstring
1 parent bce2ca2 commit 49a1846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamicalsystem/dynamicalsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Here is how to define them:
5757
`t` stands for time (integer for discrete systems).
5858
iip is suggested for big systems, whereas oop is suggested for small systems.
5959
The break-even point at around 100 dimensions, and for using functions that use the
60-
tangent space (like e.g. [`lyapunovs`](@ref) or [`gali`](@ref), the break-even
60+
tangent space (like e.g. `lyapunovs` or `gali`), the break-even
6161
point is at around 10 dimensions.
6262
6363
The constructor deduces automatically whether `eom` is iip or oop. It is not

0 commit comments

Comments
 (0)