Skip to content

Commit b30949e

Browse files
committed
Update description of semantics of emphasis, strong
1 parent 0c1b33e commit b30949e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ Yields:
481481

482482
### `Emphasis`
483483

484-
`Emphasis` ([`Parent`][parent]) represents slightly important text.
484+
`Emphasis` ([`Parent`][parent]) represents slight emphasis.
485485

486486
```idl
487487
interface Emphasis <: Parent {
@@ -525,7 +525,7 @@ Yields:
525525

526526
### `Strong`
527527

528-
`Strong` ([`Parent`][parent]) represents super important text.
528+
`Strong` ([`Parent`][parent]) represents strong emphasis.
529529

530530
```idl
531531
interface Strong <: Parent {

0 commit comments

Comments
 (0)