Page 1 of 1

v2 Buffer static constructor call() should be on top

Posted: 17 May 2021, 20:09
by iseahound
https://lexikos.github.io/v2/docs/objects/Buffer.htm

Input parameters are found on the bottom.

Pull request sent.

Re: v2 Buffer static constructor call() should be on top

Posted: 18 May 2021, 02:37
by Ragnar
Pull request sent.
No, it wasn't. There is no new PR in https://github.com/Lexikos/AutoHotkey_L-Docs/pulls. This is just a friendly hint - not that you wonder why there is never any response :)

Re: v2 Buffer static constructor call() should be on top

Posted: 18 May 2021, 09:39
by iseahound
I'm new to editing the github. Which branch do I edit? v2 or patch v1?

Nevermind, I figured it out. Do you normally batch the changes? Is there anything else I need to know or do?

Re: v2 Buffer static constructor call() should be on top

Posted: 19 May 2021, 03:30
by Ragnar
Do you normally batch the changes?
Yes, but is not mandatory in this way. Anyone can create PRs themselves.
Is there anything else I need to know or do?
Regarding your PR, no. You just have to wait and hope that Lexikos accepts your PR.

Re: v2 Buffer static constructor call() should be on top

Posted: 19 May 2021, 06:08
by lexikos
If you compare to Array and Map, you may note that Call is the first section, but not listed first in the index. The reason for this is:
In addition to the methods and property inherited from Object, Buffer objects have the following predefined properties:
Static Methods:
• Call

Properties:
...
Buffer objects do not have a Call property.

Re: v2 Buffer static constructor call() should be on top

Posted: 19 May 2021, 13:00
by iseahound
Ah. Okay it's fixed.