Commit 9a8a9e5
committed
refactor: rename handle_patronymic_name_order to handle_east_slavic_patronymic_name_order
Consistency fix: this handler only ever implemented East-Slavic
rotation logic (sibling to handle_turkic_patronymic_name_order()), so
the generic name was misleading now that a family-specific sibling
exists — the same asymmetry that is_patronymic -> is_east_slavic_patronymic
already fixed for the helper method. The patronymic_name_order flag
itself stays generic, since it's the public umbrella opt-in switch
covering both families by design.
Pure rename, zero behavior change — single call site, not referenced
by name in shipped docs.1 parent 96e6186 commit 9a8a9e5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
| 760 | + | |
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
| 821 | + | |
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| |||
0 commit comments