File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,8 @@ y = MyType("y")
335
335
336
336
## Syntax Guide
337
337
338
- A comprehensive overview of all documentable Julia syntax.
338
+ This guide provides a comprehensive overview of how to attach documentation to all Julia syntax
339
+ constructs for which providing documentation is possible.
339
340
340
341
In the following examples ` "..." ` is used to illustrate an arbitrary docstring.
341
342
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ A paragraph containing a **bold** word.
21
21
Surround words with one asterisk, ` * ` , to display the enclosed text in italics.
22
22
23
23
```
24
- A paragraph containing an *emphasized * word.
24
+ A paragraph containing an *italicized * word.
25
25
```
26
26
27
27
### Literals
You can’t perform that action at this time.
0 commit comments