fix(curriculum): update digit length in Phone Number Formatter (2025-09-30) instructions (#62432)

Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
This commit is contained in:
JeevaRamanathan
2025-10-01 14:11:00 +05:30
committed by GitHub
parent 8cca7db4a3
commit 67fc60785a
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ dashedName: challenge-51
# --description--
Given a string of ten digits, return the string as a phone number in this format: `"+D (DDD) DDD-DDDD"`.
Given a string of eleven digits, return the string as a phone number in this format: `"+D (DDD) DDD-DDDD"`.
# --hints--

View File

@@ -7,7 +7,7 @@ dashedName: challenge-51
# --description--
Given a string of ten digits, return the string as a phone number in this format: `"+D (DDD) DDD-DDDD"`.
Given a string of eleven digits, return the string as a phone number in this format: `"+D (DDD) DDD-DDDD"`.
# --hints--