Skip to content

Commit 3781aae

Browse files
committed
Adjust notes in docstrings to common format
1 parent 74837c3 commit 3781aae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/plotting.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Plot the geostatistical function `f` with given `options`.
2424
2525
### Notes
2626
27-
* This function will only work in the presence of
28-
a Makie.jl backend via package extensions in
29-
Julia v1.9 or later versions of the language.
27+
This function will only work in the presence of
28+
a Makie.jl backend via package extensions in
29+
Julia v1.9 or later versions of the language.
3030
"""
3131
function funplot end
3232

@@ -59,9 +59,9 @@ Plot the geostatistical surface `f` with given `options`.
5959
6060
### Notes
6161
62-
* This function will only work in the presence of
63-
a Makie.jl backend via package extensions in
64-
Julia v1.9 or later versions of the language.
62+
This function will only work in the presence of
63+
a Makie.jl backend via package extensions in
64+
Julia v1.9 or later versions of the language.
6565
"""
6666
function surfplot end
6767

0 commit comments

Comments
 (0)