[TIMOB-8261] Spec typo in Buffer spec for clone(offset,length)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-12T18:43:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | n/a |
Reporter | Arthur Evans |
Assignee | Eric Merriman |
Created | 2012-03-23T20:21:47.000+0000 |
Updated | 2017-06-12T18:43:40.000+0000 |
Description
The buffer spec currently says:
// creates a new buffer from the original buffer contents starting at
// and ending at +
Buffer clone(int offset, int length)
The doc used to say it, too. However, it should read "ending at +-1."
Closing ticket due to the time passed and lack of progress since the opening of the ticket. Any problems, please file a new ticket.