mirror of
https://github.com/bkthomps/Containers.git
synced 2025-12-05 15:15:49 +00:00
Fix typo (#145)
This commit is contained in:
@@ -18,7 +18,7 @@ It is possible to compile this library as either static `.a` or dynamic `.so`:
|
|||||||
1. A static library is slightly faster than a dynamic one, however, if the
|
1. A static library is slightly faster than a dynamic one, however, if the
|
||||||
library is modified, the entire project codebase which uses it will need to be
|
library is modified, the entire project codebase which uses it will need to be
|
||||||
relinked.
|
relinked.
|
||||||
2. A dynamic library can be changed without recompiling the codebase, assuming
|
2. A dynamic library can be changed without relinking the codebase, assuming
|
||||||
no function definitions have changed.
|
no function definitions have changed.
|
||||||
|
|
||||||
The installation process is as follows:
|
The installation process is as follows:
|
||||||
|
|||||||
Reference in New Issue
Block a user