Details
-
Type:
Docs: Problem
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.9.7
-
Component/s: Zend_Feed_Reader
-
Labels:None
-
Language:English
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":
The container object will contain, per category, three fields of data: type, scheme and label.
I believe this is supposed to read:
The container object will contain, per category, three fields of data: term, scheme and label.
Here is a patch for the English and German documentation which I believe are the only ones written for this feature.