Update codingcontracttypes.ts to clarify '0' (#1433)

Fixes #1432
This commit is contained in:
John Gietzen 2024-06-24 22:02:11 -07:00 committed by GitHub
parent 67cdd57728
commit 819f877370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -492,7 +492,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
"that can be created from the string:\n\n",
`${data}\n\n`,
"Note that an octet cannot begin with a '0' unless the number",
"itself is actually 0. For example, '192.168.010.1' is not a valid IP.\n\n",
"itself is exactly '0'. For example, '192.168.010.1' is not a valid IP.\n\n",
"Examples:\n\n",
'25525511135 -> ["255.255.11.135", "255.255.111.35"]\n',
'1938718066 -> ["193.87.180.66"]',