change prefix 00 when 0 note (#19662)

This commit is contained in:
reichley 2021-10-11 05:22:46 -04:00 committed by GitHub
parent 8a28a19c7a
commit 2aa0676f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,7 +677,7 @@ automation 3:
<div class='note warning'> <div class='note warning'>
Do not prefix numbers with a zero - using `'00'` instead of `'0'` for example will result in errors. Do not prefix numbers with a zero - using `'01'` instead of `'1'` for example will result in errors.
</div> </div>