diff options
| -rw-r--r-- | data/reference/syntax.adoc | 2 | ||||
| -rw-r--r-- | test/fixtures/lists.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/reference/syntax.adoc b/data/reference/syntax.adoc index 1d49b2bc..99ab0f30 100644 --- a/data/reference/syntax.adoc +++ b/data/reference/syntax.adoc @@ -112,7 +112,7 @@ Attach a block or paragraph to a list item using a list continuation (which you .Some Authors [circle] -- Edgar Allen Poe +- Edgar Allan Poe - Sheri S. Tepper - Bill Bryson diff --git a/test/fixtures/lists.adoc b/test/fixtures/lists.adoc index 324bcd0d..e3ce2f69 100644 --- a/test/fixtures/lists.adoc +++ b/test/fixtures/lists.adoc @@ -8,7 +8,7 @@ NOTE: This is test, only a test. == Lists .Unordered, basic -* Edgar Allen Poe +* Edgar Allan Poe * Sheri S. Tepper * Bill Bryson |
