fibjs/fibjs

Document error about the arg start of Buffer.set(Buffer src, Integer start)

forchid opened this issue · 0 comments

The document Buffer.set() says that the arg start is the offset of the arg src, but actually it's the offset of the target buffer. Also the arg src should be source buffer object instead of the target buffer object.