Skip to content

Commit 42605ec

Browse files
Update docs/src/examples.md
Co-authored-by: Raphael Saavedra <[email protected]>
1 parent 765ac20 commit 42605ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ kalman_filter(model)
221221
pos_pred = get_predictive_state(model)
222222
pos_filtered = get_filtered_state(model)
223223
224-
# Plot a gil illustrating the result
224+
# Plot a gif illustrating the result
225225
using Plots
226226
anim = @animate for i in 1:n
227227
plot(sim[1:i, 1], sim[1:i, 2], label="Measured position", line=:scatter, lw=2, markeralpha=0.2, color=:black, title="Vehicle tracking")

0 commit comments

Comments
 (0)