Skip to content

Commit

Permalink
docs: standardize heading levels (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer authored Mar 9, 2024
1 parent e1dc906 commit db7aaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit db7aaa0

Please sign in to comment.