about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-10-27 23:57:18 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-10-27 23:57:18 -0700
commit5d41640d2ff7c3724ffed76759f729a38268b03d (patch)
tree39138a27943f9b738382b6cd6410e80f0eefa209
parent523db004d9d351c8f1d79ce655ce97b819934393 (diff)
downloadlines.love-5d41640d2ff7c3724ffed76759f729a38268b03d.tar.gz
remove stale variable from docs
-rw-r--r--Manual_tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index 0685521..fcc3a29 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -37,7 +37,7 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
   For example, `string.sub` should never use a `_pos`, only an `_offset`.
 
 * Some ADT/interface support would be helpful in keeping per-line state in
-  sync. Any change to line data should clear line `fragments` and
+  sync. Any change to line data should clear the derived line property
   `screen_line_starting_pos`.
 
 * Some inputs get processed in love.textinput and some in love.keypressed.