From e3540bfb839cf0eaba53052d5d5cdfe380f076e7 Mon Sep 17 00:00:00 2001 From: Jean Viscogliosi-Pate Date: Sun, 17 Aug 2025 22:33:01 -0400 Subject: [PATCH] Update Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 71a6e08..70226b5 100644 --- a/Home.md +++ b/Home.md @@ -41,7 +41,7 @@ Capitalize the first letter of any `pov/`, `plv/`, or `prn/` marker to capitaliz - `pov/s vrb/present/like/ apples` will correctly become "I like apples" in first-person and "he likes apples" in third-person singular - `vrb/like/` will become "I liked apples" in first-person because past-tense is assumed when tense is not provided -Use `vrn/` scope instead of `vrb/` scope when the subject is in `prn/` scope, as opposed to `pov/` scope! +Use `vrn/` instead of `vrb/` when referring to a `prn/` subject! As with pronoun markers, capitalize the first letter to capitalize the word that it becomes.