#234·inflector

Incorrect singular and plural for addendum and addenda

Author: robertmylneCreated Oct 20, 2023Updated Nov 1, 2023

Using Laravel for this, but it uses Inflector under the hood.

> Str::plural('addendum')
= "addendums" // should be `addenda`

> Str::singular('addenda')                                                                                                                                                                                 
= "addenda" // should be `addendum`