Renamed returnsTo to returnees

This commit is contained in:
2022-09-05 11:49:19 -04:00
parent d8c0ce8d28
commit ef9d518032
5 changed files with 12 additions and 37 deletions

View File

@@ -262,9 +262,7 @@ type Phrase struct {
location file.Location
command Argument
arguments []Argument
// TODO: this is wack. it should be named after a plural noun like,
// returnees or something. accessor methods should beupdated to match.
returnsTo []Argument
returnees []Argument
kind PhraseKind