Skip to content

Commit 9aa9be2

Browse files
Update 1.md
1 parent 52e6059 commit 9aa9be2

File tree

1 file changed

+2
-2
lines changed
  • content/learning-paths/servers-and-cloud-computing/using-and-porting-performance-libs

1 file changed

+2
-2
lines changed

content/learning-paths/servers-and-cloud-computing/using-and-porting-performance-libs/1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ C++ libraries generally fall into two major categories, each serving different n
1212

1313
### Standard C++ Library
1414

15-
The C++ Standard Library provides a collection of classes, functions, and templates that are defined by the C++ standard and are essential for everyday programming tasks, such as:
15+
The C++ Standard Library provides a collection of classes, functions, and templates that are defined by the C++ standard and are essential for everyday programming, such as:
1616

1717
* Data structures.
1818
* Algorithms.
@@ -79,4 +79,4 @@ Each library might not be available as a binary and you might need to compile it
7979
| HMMER |Bioinformatics library for homologous sequences |
8080
| FFTW | Open-source Fast Fourier Transform Library |
8181

82-
See the [Software Ecosystem Dashboard for Arm](https://www.arm.com/developer-hub/ecosystem-dashboard) for the most comprehensive and up-to-date list.
82+
See the [Software Ecosystem Dashboard for Arm](https://www.arm.com/developer-hub/ecosystem-dashboard) for the most comprehensive and up-to-date list.

0 commit comments

Comments
 (0)