Fossil SCM
Fix a typo: "tested" becomes "nested". Ticket [74814a6682].
Commit
20a0fbdf64126f375a6189a6063e504310751892
Parent
dab84c22ee6d299…
1 file changed
+1
-1
+1
-1
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -531,11 +531,11 @@ | ||
| 531 | 531 | @ using HTML.</p> |
| 532 | 532 | @ <li> <p><b>Bullet Lists</b>. |
| 533 | 533 | @ A bullet list item are lines that begin with a single "*" character |
| 534 | 534 | @ surrounded on |
| 535 | 535 | @ both sides by two or more spaces or by a tab. Only a single level |
| 536 | - @ of bullet list is supported by wiki. For tested lists, use HTML.</p> | |
| 536 | + @ of bullet list is supported by wiki. For nested lists, use HTML.</p> | |
| 537 | 537 | @ <li> <p><b>Enumeration Lists</b>. |
| 538 | 538 | @ An enumeration list items are lines that begin |
| 539 | 539 | @ with one or more digits optionally |
| 540 | 540 | @ followed by a "." and surrounded on both sides by two or more spaces or |
| 541 | 541 | @ by a tab. The number is significant and becomes the number shown |
| 542 | 542 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -531,11 +531,11 @@ | |
| 531 | @ using HTML.</p> |
| 532 | @ <li> <p><b>Bullet Lists</b>. |
| 533 | @ A bullet list item are lines that begin with a single "*" character |
| 534 | @ surrounded on |
| 535 | @ both sides by two or more spaces or by a tab. Only a single level |
| 536 | @ of bullet list is supported by wiki. For tested lists, use HTML.</p> |
| 537 | @ <li> <p><b>Enumeration Lists</b>. |
| 538 | @ An enumeration list items are lines that begin |
| 539 | @ with one or more digits optionally |
| 540 | @ followed by a "." and surrounded on both sides by two or more spaces or |
| 541 | @ by a tab. The number is significant and becomes the number shown |
| 542 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -531,11 +531,11 @@ | |
| 531 | @ using HTML.</p> |
| 532 | @ <li> <p><b>Bullet Lists</b>. |
| 533 | @ A bullet list item are lines that begin with a single "*" character |
| 534 | @ surrounded on |
| 535 | @ both sides by two or more spaces or by a tab. Only a single level |
| 536 | @ of bullet list is supported by wiki. For nested lists, use HTML.</p> |
| 537 | @ <li> <p><b>Enumeration Lists</b>. |
| 538 | @ An enumeration list items are lines that begin |
| 539 | @ with one or more digits optionally |
| 540 | @ followed by a "." and surrounded on both sides by two or more spaces or |
| 541 | @ by a tab. The number is significant and becomes the number shown |
| 542 |