Fix 1GB example in `human_to_bytes.yml`

Fixed an incorrect example, where the expected output given had evidently been copied from an earlier example accidentally.

PR #84684
pull/84686/head
Sammy Hori 10 months ago committed by GitHub
parent f3ccd78cce
commit 6724e076dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,7 +31,7 @@ EXAMPLES: |
# size => 2684354560
size: '{{ "2.5 gigabyte" | human_to_bytes }}'
# size => 1234803098
# size => 1073741824
size: '{{ "1 Gigabyte" | human_to_bytes }}'
# this is an error, because gigggabyte is not a valid unit

Loading…
Cancel
Save