1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2023-01-27 08:02:07 -08:00
parent 21ee3c0e78
commit aef0fdb435
2 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@ feature works.
Here is a quick breakdown:
| Slice Notation | Input lines processed |
| Slice Notation | Input Lines Processed |
|----------------|--------------------------------------------------------------|
| `START:STOP` | lines `START` through `STOP - 1` |
| `START:` | lines `START` through the rest of the output |

View File

@ -211,7 +211,7 @@ feature works.
Here is a quick breakdown:
| Slice Notation | Input lines processed |
| Slice Notation | Input Lines Processed |
|----------------|--------------------------------------------------------------|
| `START:STOP` | lines `START` through `STOP - 1` |
| `START:` | lines `START` through the rest of the output |