From 2548f4796d00cb730b3c21cd6d0f106c7805ee90 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 2 Jun 2020 11:23:38 +0200
Subject: [PATCH] Revert "Update intel-tbb.md"

This reverts commit 8c906b6334762fcbad13424c1023a2d4bdc828fc
---
 docs.it4i/software/intel/intel-suite/intel-tbb.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/software/intel/intel-suite/intel-tbb.md b/docs.it4i/software/intel/intel-suite/intel-tbb.md
index 49aca3608..efba337ef 100644
--- a/docs.it4i/software/intel/intel-suite/intel-tbb.md
+++ b/docs.it4i/software/intel/intel-suite/intel-tbb.md
@@ -1,6 +1,6 @@
 # Intel TBB
 
-## Intel Threading Building Blocks
+## Introduction
 
 Intel Threading Building Blocks (Intel TBB) is a library that supports scalable parallel programming using standard ISO C++ code. It does not require special languages or compilers.  To use the library, you specify tasks, not threads, and let the library map tasks onto threads in an efficient manner. The tasks are executed by a runtime scheduler and may be offloaded to [MIC accelerator][1].
 
-- 
GitLab