diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-17 21:59:05 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-17 21:59:05 -0700 |
commit | 680224bbbc7b07da0695ded6160a55eedacbb4a7 (patch) | |
tree | 612b73f14161e2aae85ee7dfe6834909a97653be | |
parent | f3abc2cbf250be3de41d94fdfa1989e1e0683706 (diff) | |
download | text.love-680224bbbc7b07da0695ded6160a55eedacbb4a7.tar.gz |
.
-rw-r--r-- | Manual_tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Manual_tests.md b/Manual_tests.md index c32053c..48813ad 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -14,5 +14,5 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking. ### Todo list * resize: - * create a file containing a long line of characters without spaces. try + * Create a file containing a long line of characters without spaces. Try resizing the window vertically and horizontally, as far as possible. |