fix(curriculum): external heronian link in CIP (#46363)

This commit is contained in:
Muhammed Mustafa 2022-06-06 10:14:06 +02:00 committed by GitHub
parent 8b8a5545d6
commit cd63d6401b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ dashedName: heronian-triangles
# --description--
[Hero's formula](<https://en.wikipedia.org/wiki/Heron's formula> "wp: Heron's formula") for the area of a triangle given the length of its three sides `a`, `b`, and `c` is given by:
Hero's formula for the area of a triangle given the length of its three sides `a`, `b`, and `c` is given by:
$A = \\sqrt{s(s-a)(s-b)(s-c)},$