Skip to content

Commit 3208679

Browse files
KenoKristofferC
authored andcommitted
Minor reword
1 parent 54b23f8 commit 3208679

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/src/manual/documentation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ y = MyType("y")
335335

336336
## Syntax Guide
337337

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.
339340

340341
In the following examples `"..."` is used to illustrate an arbitrary docstring.
341342

stdlib/Markdown/docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A paragraph containing a **bold** word.
2121
Surround words with one asterisk, `*`, to display the enclosed text in italics.
2222

2323
```
24-
A paragraph containing an *emphasized* word.
24+
A paragraph containing an *italicized* word.
2525
```
2626

2727
### Literals

0 commit comments

Comments
 (0)