From e5cd7c80e76e77ef96a8b07419047236c368fc11 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 13 Apr 2021 20:37:10 +0200 Subject: [PATCH] docs: typo in the chapter name fixed --- docs/examples/kalman_filter/example_7.rst | 2 +- docs/examples/kalman_filter/example_8.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/kalman_filter/example_7.rst b/docs/examples/kalman_filter/example_7.rst index 3fd54a15..586a271c 100644 --- a/docs/examples/kalman_filter/example_7.rst +++ b/docs/examples/kalman_filter/example_7.rst @@ -1,4 +1,4 @@ -Example 7 - Estimating the temperature of the heaing liquid I +Example 7 - Estimating the temperature of the heating liquid I ============================================================= Implementation of: https://www.kalmanfilter.net/kalman1d.html#ex7 diff --git a/docs/examples/kalman_filter/example_8.rst b/docs/examples/kalman_filter/example_8.rst index 758851a8..f59b01c9 100644 --- a/docs/examples/kalman_filter/example_8.rst +++ b/docs/examples/kalman_filter/example_8.rst @@ -1,4 +1,4 @@ -Example 8 - Estimating the temperature of the heaing liquid II +Example 8 - Estimating the temperature of the heating liquid II ============================================================== Implementation of: https://www.kalmanfilter.net/kalman1d.html#ex8