node icon indicating copy to clipboard operation
node copied to clipboard

doc: updates for better json generating

Open Semigradsky opened this issue 1 year ago • 2 comments

E.g. for tracker.calls([fn][, exact]) from doc/api/assert.md we currently have:

image

The return.desc doesn't explain return type.

So I made a change:

- * Returns: {Function} that wraps `fn`.
+ * Returns: {Function} A function that wraps `fn`.

Semigradsky avatar Jan 29 '24 10:01 Semigradsky

Review requested:

  • [ ] @nodejs/crypto
  • [ ] @nodejs/http
  • [ ] @nodejs/loaders
  • [ ] @nodejs/net
  • [ ] @nodejs/test_runner

nodejs-github-bot avatar Jan 29 '24 10:01 nodejs-github-bot

@aduh95 This looks fine to me in general. Do we have any tool that would be broken by this?

ShogunPanda avatar Jan 29 '24 15:01 ShogunPanda

Landed in bf3971673593ebd3f1f65b2d15a717f0784379ff

nodejs-github-bot avatar Feb 13 '24 21:02 nodejs-github-bot