Skip to content

Commit 19a0bda

Browse files
committed
Fix inline link
1 parent 4dd4f53 commit 19a0bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0nnn-section-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This proposal recommends to use sections of the various object file formats as t
5555

5656
## Proposed Solution
5757

58-
The proposal is to add two new attributes `@section` and `@used` that will allow annotating global and static variables with directives to place the value into a custom section, and to require no-dead-stripping aka "attribute used". Using `@section` requires that the initializer expression is a constant expression (see Constant Expressions below for the definition of that):
58+
The proposal is to add two new attributes `@section` and `@used` that will allow annotating global and static variables with directives to place the value into a custom section, and to require no-dead-stripping aka "attribute used". Using `@section` requires that the initializer expression is a constant expression (see [Constant expressions](#constant-expressions) below for the definition of that):
5959

6060
```swift
6161
// Place an entry into a section, mark as "do not dead strip".

0 commit comments

Comments
 (0)