nikwen

#52032: docs: remove unnecessary heading

Merged
Created: Jun 16, 2026, 6:53:13 PM
Merged: Jun 17, 2026, 5:18:34 PM
3 comments
Target: main

Description of Change

This heading sneaked in via #51987.

  1. This is documentation for the function. It's not a separate section. It should show up in the JSDoc of the function.
  2. It should thus not be a separate heading (and especially not one that's further up in the hierarchy than the function itself).

Checklist

Release Notes

Notes: none

Backports

43-x-y
Merged
PR Number
#52056
Merged At
Jun 18, 2026, 12:42:29 AM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron