| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
While you’re at it, could you also take a look at the ones listed in #6947 (comment) ? |
Sorry, something went wrong.
|
Sorry, I am not a pro in the doc format and I've just found many more strange fragments:
And many method calls have strange slash in it (i.e. writable.\_write()). I am afraid I could break the doc more than fix it. May be I should close this PR and wait for more well-informed contributor to fix all the typos. |
Sorry, something went wrong.
Nah, no need to close this. If you don’t feel like fixing the other issues, that’s perfectly fine – this LGTM anyway and I see no reason not to merge it.
That’s what reviews are for, so I wouldn’t worry about that. |
Sorry, something went wrong.
|
Fixed another one that I was confident to fix. Is it OK to add this second commit in this same PR this way? |
Sorry, something went wrong.
|
@vsemozhetbyt yes I think that's ok, whoever lands this will squash your commits if necessary. |
Sorry, something went wrong.
|
I've tried to fix another three typos from this coment. The first and second ones seem OK (but I am not sure if they really have proper hrefs now). The third I can't fix, sorry. I hope I have not fouled all the PR by the last tries. |
Sorry, something went wrong.
| In addition to new Readable streams switching into flowing mode, | ||
| pre-v0.10 style streams can be wrapped in a Readable class using the | ||
| [`readable.wrap()`][] method. | ||
| [`readable.wrap()`][stream-_wrap] method. |
There was a problem hiding this comment.
This should be [readable.wrap()][stream.wrap()]?
Sorry, something went wrong.
There was a problem hiding this comment.
There should be the backticks in the second brackets too?
Sorry, something went wrong.
There was a problem hiding this comment.
In the footer of the file, there is a [stream.wrap()]: #stream_readable_wrap_stream line, so yes, I think so
Sorry, something went wrong.
|
LGTM with a comment |
Sorry, something went wrong.
|
Phew) Finally. |
Sorry, something went wrong.
|
Should I also replace all the writable.\_write and like ones with writable._write ? There are 35 ones in the source. |
Sorry, something went wrong.
|
The backslashes all show up in https://nodejs.org/api/stream.html, right? If so, I’d be in favour of that. |
Sorry, something went wrong.
|
Yes, they show up there. So are they somehow OK or they should be deleted? |
Sorry, something went wrong.
|
They should be removed, yes. |
Sorry, something went wrong.
|
Done. Hope nothing is broken after this mass replace (I've done it one by one with a check). |
Sorry, something went wrong.
|
btw, you can run make -j8 doc-only in your node checkout and look at the doc output directly (e.g. in out/doc/api/stream.html), if that helps you feel more confident about the changes you are making. :) |
Sorry, something went wrong.
|
Sorry. I've restored backslashes in headers. Is it OK now? |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
PR-URL: #7336 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #7336 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #7336 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
doc
Description of change
Fix typo in the link to fs method documentation.