Skip to content

Commit 910ba41

Browse files
authored
Merge pull request #687 from animeshsrivastava24/patch-23
Code Highlight markup and Link colouration fix include.adoc
2 parents a844fb9 + 9da0e7d commit 910ba41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Further Syntax/include.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subCategories: [ "Further Syntax" ]
2424
The main reference page for AVR C libraries (AVR is a reference to the Atmel chips on which the Arduino is based) is http://www.nongnu.org/avr-libc/user-manual/modules.html[here^].
2525
[%hardbreaks]
2626

27-
Note that `#include`, similar to link:../define[`#define`], has no semicolon terminator, and the compiler will yield cryptic error messages if you add one.
27+
Note that `#include`, similar to `link:../define[#define]`, has no semicolon terminator, and the compiler will yield cryptic error messages if you add one.
2828
[%hardbreaks]
2929

3030
--

0 commit comments

Comments
 (0)