Skip to content

Commit c01b823

Browse files
authored
Merge pull request MicrosoftDocs#1353 from fjoshuajr/patch-1
Typo
2 parents 32217f2 + eac5acd commit c01b823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-language/c-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In a C source program, the basic element recognized by the compiler is the "toke
2424
*punctuator*
2525

2626
> [!NOTE]
27-
> See the introduction to[C Language Syntax Summary](../c-language/c-language-syntax-summary.md) for an explanation of the ANSI syntax conventions.
27+
> See the introduction to [C Language Syntax Summary](../c-language/c-language-syntax-summary.md) for an explanation of the ANSI syntax conventions.
2828
2929
The keywords, identifiers, constants, string literals, and operators described in this section are examples of tokens. Punctuation characters such as brackets (**[ ]**), braces (**{ }**), parentheses ( **( )** ), and commas (**,**) are also tokens.
3030

0 commit comments

Comments
 (0)