Incorrect error message in Terser get(Segment segment, int field, int rep, int component, int subcomponent) method.
"component must not be 1 or more (note that this parameter is 1-indexed, not 0-indexed)" should remove the word "not"
"subcomponent must not be 1 or more (note that this parameter is 1-indexed, not 0-indexed)" should remove the word "not"
These error messages are correct in the set(Segment segment, int field, int rep, int component, int subcomponent, String value) method.