Skip to content

Commit 82f2381

Browse files
committed
fix typo
1 parent a0a37c3 commit 82f2381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basic_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ plot the solution at the final time by calling `plot` on a `Pair` of the `Semidi
120120
```@example overview
121121
using Plots, Printf
122122
# default(grid=true, box=:on, dpi=100, titlefont=font(16), linewidth=3, gridlinewidth=2, markersize=4, markerstrokewidth=2, xtickfontsize=14, ytickfontsize=14, xguidefontsize=16, yguidefontsize=16, ztickfontsize=14, zguidefontsize=16, legendfontsize=14) # hide
123-
plot(semi => sol, plot_title = @sprint "BBM-BBM equations at t = %.2f" last(tspan))
123+
plot(semi => sol, plot_title = @sprintf "BBM-BBM equations at t = %.2f" last(tspan))
124124
savefig("shoaling_solution.png") # hide
125125
nothing # hide
126126
```

0 commit comments

Comments
 (0)