From 15b59aa153b408dd4ef03d490831e023dfb591e9 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 25 Mar 2020 14:54:51 +0100
Subject: [PATCH] Update intel-numerical-libraries.md

---
 .../numerical-libraries/intel-numerical-libraries.md        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/software/numerical-libraries/intel-numerical-libraries.md b/docs.it4i/software/numerical-libraries/intel-numerical-libraries.md
index 5d3c57c4d..fc979d607 100644
--- a/docs.it4i/software/numerical-libraries/intel-numerical-libraries.md
+++ b/docs.it4i/software/numerical-libraries/intel-numerical-libraries.md
@@ -1,10 +1,10 @@
 # Intel Numerical Libraries
 
-Intel libraries for high performance in numerical computing
+Intel libraries for high performance in numerical computing.
 
 ## Intel Math Kernel Library
 
-Intel Math Kernel Library (Intel MKL) is a library of math kernel subroutines, extensively threaded and optimized for maximum performance. Intel MKL unites and provides these basic components: BLAS, LAPACK, ScaLapack, PARDISO, FFT, VML, VSL, Data fitting, Feast Eigensolver and many more.
+Intel Math Kernel Library (Intel MKL) is a library of math kernel subroutines, extensively threaded and optimized for maximum performance. Intel MKL unites and provides these basic components: BLAS, LAPACK, ScaLapack, PARDISO, FFT, VML, VSL, Data fitting, Feast Eigensolver, and many more.
 
 ```console
 $ ml mkl **or** ml imkl
@@ -14,7 +14,7 @@ Read more at the [Intel MKL][1].
 
 ## Intel Integrated Performance Primitives
 
-Intel Integrated Performance Primitives, version 7.1.1, compiled for AVX is available, via module ipp. The IPP is a library of highly optimized algorithmic building blocks for media and data applications. This includes signal, image and frame processing algorithms, such as FFT, FIR, Convolution, Optical Flow, Hough transform, Sum, MinMax and many more.
+Intel Integrated Performance Primitives version 7.1.1, compiled for AVX is available via the ipp module. The IPP is a library of highly optimized algorithmic building blocks for media and data applications. This includes signal, image, and frame processing algorithms, such as FFT, FIR, Convolution, Optical Flow, Hough transform, Sum, MinMax, and many more.
 
 ```console
 $ ml ipp
-- 
GitLab