From aa9215b111becdd5ebfb01840a7ac7b69d4d865c Mon Sep 17 00:00:00 2001 From: Najmieh Sadat Safarabadi Date: Mon, 29 Nov 2021 19:56:24 +0330 Subject: [PATCH] fix(curriculum): Edit the title of Project Euler Problem 283 (#44305) * Edited the title following the issue * Edited the title in the JSON file as well --- curriculum/challenges/_meta/project-euler/meta.json | 2 +- ...riangles-for-which-the-area--perimeter-ratio-is-integral.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/curriculum/challenges/_meta/project-euler/meta.json b/curriculum/challenges/_meta/project-euler/meta.json index e87406e0bd2..12f21fa4e25 100644 --- a/curriculum/challenges/_meta/project-euler/meta.json +++ b/curriculum/challenges/_meta/project-euler/meta.json @@ -1139,7 +1139,7 @@ ], [ "5900f4881000cf542c50ff9a", - "Problem 283: Integer sided triangles for which the area * perimeter ratio is integral" + "Problem 283: Integer sided triangles for which the area / perimeter ratio is integral" ], [ "5900f4891000cf542c50ff9b", diff --git a/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-283-integer-sided-triangles-for-which-the-area--perimeter-ratio-is-integral.md b/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-283-integer-sided-triangles-for-which-the-area--perimeter-ratio-is-integral.md index 84e8ca4f4f6..d88415d4819 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-283-integer-sided-triangles-for-which-the-area--perimeter-ratio-is-integral.md +++ b/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-283-integer-sided-triangles-for-which-the-area--perimeter-ratio-is-integral.md @@ -1,8 +1,7 @@ --- id: 5900f4881000cf542c50ff9a title: >- - Problem 283: Integer sided triangles for which the area * perimeter ratio is - integral + Problem 283: Integer sided triangles for which the area / perimeter ratio is integral challengeType: 5 forumTopicId: 301934 dashedName: >-