Verse item offers

i’m following the verse tutorial on item offers and i’m getting confused by this

cornseedpacket := class(my_island_entitlement):

this appears earlier on the page

but later, i see this:

EntitlementType : concrete_subtype(entitlement) = cornseedpacket

why is “cornseedpacket” reused here?