Skip to content

Commit 89ca0fc

Browse files
authored
Merge pull request MicrosoftDocs#4 from kynowoo/patch-1
Swap the position of the brackets and parentheses.
2 parents 040985d + 666a196 commit 89ca0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/c-language/punctuation-and-special-characters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ The punctuation and special characters in the C character set have various uses,
4242

4343
## Syntax
4444
`punctuator`: one of
45-
**[ ] ( ) { } \* , : = ; ... #**
45+
**( ) [ ] { } \* , : = ; ... #**
4646

4747
These characters have special meanings in C. Their uses are described throughout this book. The pound sign (**#**) can occur only in [preprocessing directives](../preprocessor/preprocessor-directives.md).
4848

4949
## See Also
50-
[Elements of C](../c-language/elements-of-c.md)
50+
[Elements of C](../c-language/elements-of-c.md)

0 commit comments

Comments
 (0)