diff --git a/docs/src/walkthroughs/spatiotemporal.md b/docs/src/walkthroughs/spatiotemporal.md index 83cdd59..e5c6257 100644 --- a/docs/src/walkthroughs/spatiotemporal.md +++ b/docs/src/walkthroughs/spatiotemporal.md @@ -37,7 +37,7 @@ So many cities are missing a lot of historical data. A common operation is to remove locations with too many missing historical observations. In our case, we also want to penalize observations closer to the present. -Lets start be define a set of exponential weights for our observations: +Let's start to define a set of exponential weights for our observations: ```@example st-example wv = eweights(1:length(data.time), 0.001) plot(wv);