Update Home
parent
8efb7c2b0d
commit
4a07bb3b99
2
Home.md
2
Home.md
|
@ -38,7 +38,7 @@ Capitalize the first letter of any `pov/`, `plv/`, or `prn/` marker to capitaliz
|
|||
`vrb/` can be used to conjugate verbs into the reader's POV. This isn't always necessary, but often is.
|
||||
|
||||
- `pov/s likes apples` will incorrectly become "I likes apples" in first-person, although "he likes apples" in third-person singular is correct
|
||||
- `pov/s vrb/present/like/ apples` will become "I like apples" in first-person and "he likes apples" in third-person singular
|
||||
- `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!
|
||||
|
|
Loading…
Reference in New Issue