Skip to content

Commit dceded4

Browse files
committed
fix typos
1 parent 6fbf951 commit dceded4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/VortexStepMethod.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ const VelVector=Union{MVec3, Vector, SizedVector{3, Float64, Vector{Float64}}}
5454
Enumeration of the implemented model types.
5555
5656
# Elements
57-
- LINEAR # Linear distribution
58-
- COSINE # Cosine distribution
59-
- COSINE_VAN_GARREL # van Garrel cosine distribution
60-
- SPLIT_PROVIDED # Split provided sections
61-
- UNCHANGED # Keep original sections
57+
- LINEAR # Linear distribution
58+
- COSINE # Cosine distribution
59+
- `COSINE_VAN_GARREL` # van Garrel cosine distribution
60+
- `SPLIT_PROVIDED` # Split provided sections
61+
- UNCHANGED # Keep original sections
6262
"""
6363
@enum PanelDistribution begin
6464
LINEAR # Linear distribution

0 commit comments

Comments
 (0)