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

docs: standardize heading levels #2728

Merged
merged 1 commit into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/upgrading_v9/2357.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use High Precision RNG by default
### Use High Precision RNG by default

TLDR: Many Faker methods will return a different result in v9 compared to v8 for the same seed.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/upgrading_v9/2508.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Some methods now return undefined in Javascript when unknown enumeration values are passed
### Some methods now return undefined in Javascript when unknown enumeration values are passed

Some methods would previously fallback to a default value for an option when an unknown value was passed for a enum parameter.
Now, these methods will return undefined instead.
Expand Down