Skip to content

Conversation

@Martii
Copy link

  • Add a simple example for buffer.concat
  • Change grammar slightly.

Fixes: #3219

Add a simple example. Change grammar slightly. Closes#3219
@mscdexmscdex added buffer Issues and PRs related to the buffer subsystem. doc Issues and PRs related to the documentations. labels Oct 8, 2015
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But it's not the length of the list, is it? It's the total byte size of all buffers combined if I'm not mistaken.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps "buffers in the list" would work better?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it would, thanks :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem. Thank you.

Post fix for grammar Applies to #3255 and #3219
@jasnell
Copy link
Member

LGTM

@seishun
Copy link
Contributor

I don't think an example is needed. TBH I think the current documentation is fine and the "in the list" part can be inferred.

@jasnell
Copy link
Member

@seishun ... more examples are almost never a bad thing to have in documentation.

@trevnorris
Copy link
Contributor

I'm cool w/ this. LGTM

jasnell pushed a commit that referenced this pull request Oct 22, 2015
* Add a simple example for buffer.concat * Change grammar slightly. Fixes: #3219 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trevor Norris <[email protected]> PR-URL: #3255
@jasnell
Copy link
Member

Landed in e32aca6. @Martii , I fixed up the commit log just a bit to match the common style.

@jasnelljasnell closed this Oct 22, 2015
@MylesBorins
Copy link
Contributor

should this be in LTS

/cc @jasnell

@jasnell
Copy link
Member

@thealphanerd +1
On Oct 23, 2015 11:59 AM, "Myles Borins" [email protected] wrote:

should this be in LTS

/cc @jasnellhttps://github.com/jasnell


Reply to this email directly or view it on GitHub
#3255 (comment).

@Martii
Copy link
Author

@jasnell
Thanks... mirrored it to the original GH message minus the reviewers and pr number of course... wouldn't know those on a commit. Good for future reference.

jasnell pushed a commit that referenced this pull request Oct 26, 2015
* Add a simple example for buffer.concat * Change grammar slightly. Fixes: #3219 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trevor Norris <[email protected]> PR-URL: #3255
@jasnell
Copy link
Member

Landed in v4.x-staging in 4afcf57

rvagg pushed a commit that referenced this pull request Oct 26, 2015
* Add a simple example for buffer.concat * Change grammar slightly. Fixes: #3219 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trevor Norris <[email protected]> PR-URL: #3255
jasnell pushed a commit that referenced this pull request Oct 29, 2015
* Add a simple example for buffer.concat * Change grammar slightly. Fixes: #3219 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trevor Norris <[email protected]> PR-URL: #3255
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bufferIssues and PRs related to the buffer subsystem.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Martii@jasnell@seishun@trevnorris@MylesBorins@ronkorving@mscdex