ZF-8456: Zend_Feed_Reader Attribute Collections documentation uses the word "type" instead of "term"
Description
The documentation for Zend_Feed_Reader Attribute Collections uses the word "type" but, based on the code and usage of the component, I believe it should use the word "term":
bq. The container object will contain, per category, three fields of data: type, scheme and label.
I believe this is supposed to read:
bq. The container object will contain, per category, three fields of data: term, scheme and label.
Comments
Posted by Bradley Holt (bradley.holt) on 2009-12-03T10:05:26.000+0000
Here is a patch for the English and German documentation which I believe are the only ones written for this feature.
Posted by Pádraic Brady (padraic) on 2009-12-03T11:01:42.000+0000
Corrected in r19378