From 33b0883b426b084e43f68b48dd49765d50dc20ed Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:34:12 +0100 Subject: [PATCH] highlight --- subjects/numofdigits/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/numofdigits/README.md b/subjects/numofdigits/README.md index 8622864f..9bee9c3a 100644 --- a/subjects/numofdigits/README.md +++ b/subjects/numofdigits/README.md @@ -2,8 +2,8 @@ ### Instructions -Write a function that returns the number of digits in a positive integer n. -- if the number is negative returns 0. +Write a function that returns the number of digits in a positive integer `n`. +- if the number is negative returns `0`. ### Expected function