Merge pull request #1024 from H3RSKO/H3RSKO-readme-typo

Updated Readme
This commit is contained in:
Faraz Fallahi
2020-08-16 14:07:44 -04:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
- [Contributing](#contributing)
## Standard Libraries
*C++ Standard Library - including STL Containers, STL Aglorithm, STL Functional, etc.*
*C++ Standard Library - including STL Containers, STL Algorithm, STL Functional, etc.*
* [C++ Standard Library](https://en.wikipedia.org/wiki/C%2B%2B_Standard_Library) - A collection of classes and functions, which are written in the core language and part of the C++ ISO Standard itself.
* [Standard Template Library](https://en.wikipedia.org/wiki/Standard_Template_Library) - The Standard Template Library (STL).