From 257ccd627d180368518dae32b3e4bb7b3ee55dfe Mon Sep 17 00:00:00 2001 From: Jeremy Roy Date: Fri, 20 Jul 2018 10:49:04 -0400 Subject: [PATCH] Fixed typo "date" should be "data" --- 01-g-h-filter.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-g-h-filter.ipynb b/01-g-h-filter.ipynb index 4c2027c..fd8fdfc 100644 --- a/01-g-h-filter.ipynb +++ b/01-g-h-filter.ipynb @@ -1662,7 +1662,7 @@ "source": [ "## Interactive Example\n", "\n", - "For those of you running this in Jupyter Notebook I've written an interactive version of the filter so you can see the effect of changing $\\dot{x}$, $g$ and $h$ in real time. As you adjust the sliders for $\\dot{x}$, $g$ and $h$ the date will be refiltered and the results plotted for you.\n", + "For those of you running this in Jupyter Notebook I've written an interactive version of the filter so you can see the effect of changing $\\dot{x}$, $g$ and $h$ in real time. As you adjust the sliders for $\\dot{x}$, $g$ and $h$ the data will be refiltered and the results plotted for you.\n", "\n", "If you really want to test yourself, read the next paragraph and try to predict the results before you move the sliders. \n", "\n",