Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Header order -> section order #334

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(header_order): reference h2 in unexpected location
Since it is not a function description, I guess it is
more logic to have this one at the end.
casaper committed Feb 4, 2022
commit 5e1c8a27b4668b541f348c7b77fc4cec4379673d
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -3116,14 +3116,6 @@ Uppercases the first letter of a given string

**[⬆ back to top](#quick-links)**

## Reference

* [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)
* [Underscore.js](http://underscorejs.org)
* [Lodash.js](https://lodash.com/docs)

**[⬆ back to top](#quick-links)**

## Util

### _.times
@@ -3308,7 +3300,13 @@ Produces a random number between the inclusive lower and upper bounds. If only o

**[⬆ back to top](#quick-links)**

## Reference

* [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference)
* [Underscore.js](http://underscorejs.org)
* [Lodash.js](https://lodash.com/docs)

**[⬆ back to top](#quick-links)**

## Inspired by: