We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b1800 commit 8c538baCopy full SHA for 8c538ba
README.md
@@ -8,7 +8,7 @@ Swift implementation of Conventional Kalman Filter algorithm
8
## Motivation:
9
[Kalman filter](https://en.wikipedia.org/wiki/Kalman_filter) is a widely applied algorithm to get a more
10
accurate guess in noisy environment. It has a lot of applications in real life such as guidance, navigation
11
-control for vehicles, etc. **Although I used it is mostly used to filter GPS data, this framework doesn't have a
+control for vehicles, etc. **Although it is mostly used to filter GPS data, this framework doesn't have a
12
ready-to-use solutions that work with GPS and is more general implementation of algorithm.**
13
14
## Example of usage
0 commit comments