Skip to content

Commit 8c538ba

Browse files
author
Oleksii Dykan
authored
Update README.md
1 parent 78b1800 commit 8c538ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Swift implementation of Conventional Kalman Filter algorithm
88
## Motivation:
99
[Kalman filter](https://en.wikipedia.org/wiki/Kalman_filter) is a widely applied algorithm to get a more
1010
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
11+
control for vehicles, etc. **Although it is mostly used to filter GPS data, this framework doesn't have a
1212
ready-to-use solutions that work with GPS and is more general implementation of algorithm.**
1313

1414
## Example of usage

0 commit comments

Comments
 (0)