From 4ba3c153767b65cafecf76f34f38d33dbb329992 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Sun, 29 May 2022 18:40:40 +0200 Subject: [PATCH] fix(curriculum): external selfDescriptiveInt link in code interview prep (#46221) Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> --- .../rosetta-code/self-describing-numbers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/self-describing-numbers.md b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/self-describing-numbers.md index 5ff2f5c9923..71f246e02c0 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/self-describing-numbers.md +++ b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/self-describing-numbers.md @@ -8,7 +8,7 @@ dashedName: self-describing-numbers # --description-- -There are several so-called "self describing" or ["self-descriptive"](https://en.wikipedia.org/wiki/Self-descriptive_number) integers. +There are several so-called "self-describing" or "self-descriptive" integers. An integer is said to be "self-describing" if it has the property that, when digit positions are labeled 0 to N-1, the digit in each position is equal to the number of times that digit appears in the number.