aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2024-03-09 20:21:48 +0700
committerGitHub <[email protected]>2024-03-09 13:21:48 +0000
commitdb7aaa0801f9c71812debac4dcd507e103bec15a (patch)
tree04f4bb393c9d8141fb53f1311ccc6b296bce63f4 /docs
parente1dc906b53d96ac8ef50b1f7af2302204d67f687 (diff)
downloadfaker-db7aaa0801f9c71812debac4dcd507e103bec15a.tar.xz
faker-db7aaa0801f9c71812debac4dcd507e103bec15a.zip
docs: standardize heading levels (#2728)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/upgrading_v9/2357.md2
-rw-r--r--docs/guide/upgrading_v9/2508.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/upgrading_v9/2357.md b/docs/guide/upgrading_v9/2357.md
index 28a530c3..58092a0b 100644
--- a/docs/guide/upgrading_v9/2357.md
+++ b/docs/guide/upgrading_v9/2357.md
@@ -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.
diff --git a/docs/guide/upgrading_v9/2508.md b/docs/guide/upgrading_v9/2508.md
index 28e6f8ed..699ae21b 100644
--- a/docs/guide/upgrading_v9/2508.md
+++ b/docs/guide/upgrading_v9/2508.md
@@ -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.