From bb03dc8c802fe70333156c23f369f1754dc0500e Mon Sep 17 00:00:00 2001 From: Hardik Sharma <44233098+Shardic1@users.noreply.github.com> Date: Thu, 15 Nov 2018 11:28:06 +0530 Subject: [PATCH] Fixed the typos, as usual (#26141) --- guide/english/cplusplus/stl-algorithms/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/cplusplus/stl-algorithms/index.md b/guide/english/cplusplus/stl-algorithms/index.md index efcabfa87a..a92c98116d 100644 --- a/guide/english/cplusplus/stl-algorithms/index.md +++ b/guide/english/cplusplus/stl-algorithms/index.md @@ -4,7 +4,7 @@ title: STL Algorithms ## STL Algorithms -STL stands for Standard Template Library. It consists various containers like Vectors,Stack,Queue etc. It also consists of some commonly used algorithms like sorting,count etc. The below image shows the quick outline of STL. We will discuss the algorithms part. +STL stands for Standard Template Library. It consists various containers like Vectors, Stacks, Queues etc. It also consists of some commonly used algorithms like sorting, counting etc. The image below shows the quick outline of STL. We will discuss the algorithms part. ![STL Outlook](https://i.imgur.com/daIlXQI.png "STL-Outlook")