From 9aa7577446ff484b6a2d6713637bfbafe931f458 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 20 Jun 2022 08:24:56 -0700 Subject: clearer copy --- Manual_tests.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Manual_tests.md b/Manual_tests.md index 715c50b..8c1398e 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -8,5 +8,6 @@ record those here. Lua is dynamically typed. Tests can't patch over lack of type-checking. * All strings are UTF-8. Bytes within them are not characters. I try to label - byte offsets as _offset, and character positions as _pos. For example, - string.sub should never use a _pos to substring, only an _offset. + byte offsets with the suffix `_offset`, and character positions as `_pos`. + For example, `string.sub` should never use a `_pos` to substring, only an + `_offset`. -- cgit 1.4.1-2-gfad0