Update _posts/2020-10-19-rust-2.0.0-release.md

Co-authored-by: Mahmut Bulut <vertexclique@gmail.com>
diff --git a/_posts/2020-10-19-rust-2.0.0-release.md b/_posts/2020-10-19-rust-2.0.0-release.md
index 32472b4..10aab55 100644
--- a/_posts/2020-10-19-rust-2.0.0-release.md
+++ b/_posts/2020-10-19-rust-2.0.0-release.md
@@ -54,7 +54,7 @@
 - Aggregate sum is now implemented for SIMD with a 5x improvement over the non-SIMD operation
 - Many kernels have been improved to support dictionary-encoded arrays
 - Some kernels were optimized for arrays without nulls, making them significantly faster in that case.
-- Many kernels were optimized in the number of memory copies that are needed to apply them, and also on their 
+- Many kernels were optimized in the number of memory copies that are needed to apply them and also on their 
 implementation.
 
 ## Other Improvements