diff --git a/modules/linkage.md b/modules/linkage.md index 9f6900a6..596a225a 100644 --- a/modules/linkage.md +++ b/modules/linkage.md @@ -1,4 +1,4 @@ -# Internal vs external linkage +# Internal vs external linkage for objects Static objects with the keyword `static` are of internal *linkage*, meaning they are not visible from other compilation units. Static objects without the