Skip to content

Commit 01ce01e

Browse files
committed
Spaces in title
1 parent 016be7a commit 01ce01e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/rectangular_wing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ println("Projected area = $(round(results_vsm["projected_area"], digits=4)) m²"
6060
# Step 6: Plot geometry
6161
PLOT && plot_geometry(
6262
body_aero,
63-
"Rectangular_wing_geometry";
63+
"Rectangular wing geometry";
6464
data_type=".pdf",
6565
save_path=OUTPUT_DIR,
6666
is_save=false || SAVE_ALL,

0 commit comments

Comments
 (0)