Skip to content

Commit bd6959b

Browse files
committed
[Syntax] Fix unconscionable typography
1 parent 9cfd86e commit bd6959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Syntax/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ do what you expect with no weird side effects, necessary contexts to maintain,
392392
etc. If you have a handle on a `Syntax` node, you're safe to query anything
393393
about it without other processes pulling out the rug from under you.
394394
395-
### Example Object Diagram: `{ return 1}`
395+
### Example Object Diagram: `{ return 1 }`
396396
397397
Here's an example of what you might have as a result of the following C++
398398
code:

0 commit comments

Comments
 (0)