Skip to content

Commit b795dd6

Browse files
authored
Update docs/src/index.md
1 parent b6edb03 commit b795dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ stressl = Stress(;initialpos, pin, reltols=0.0, abstolx=0.0, iterations=100)
208208
f = Figure(resolution=(1200,500))
209209
ax1 = f[1,1] = Axis(f; title="Spring")
210210
ax2 = f[1,2] = Axis(f; title="SFDP")
211-
ax3 = f[1,3] = Axis(f; title="SFDP")
211+
ax3 = f[1,3] = Axis(f; title="Stress")
212212
213213
for ax in [ax1, ax2, ax3]
214214
xlims!(ax,-2,2); ylims!(ax,-1.4,1.4); vlines!(ax, 1; color=:red); hidespines!(ax); hidedecorations!(ax)

0 commit comments

Comments
 (0)