Skip to content

Commit b496b85

Browse files
authored
Merge pull request #732 from omshinde/patch-2
Update define.adoc
2 parents 97e7989 + 67d0802 commit b496b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Further Syntax/define.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subCategories: [ "Further Syntax" ]
2424
This can have some unwanted side effects though, if for example, a constant name that had been #defined is included in some other constant or variable name. In that case the text would be replaced by the #defined number (or text).
2525
[%hardbreaks]
2626

27-
In general, the `link:../../../variables/variable-scope\--qualifiers/const[const]` keyword is preferred for defining constants and should be used instead of `#define`.
27+
In general, the `link:../../../variables/variable-scope-qualifiers/const[const]` keyword is preferred for defining constants and should be used instead of `#define`.
2828
[%hardbreaks]
2929

3030
[float]

0 commit comments

Comments
 (0)