fix(curriculum): external dot product link in CIP (#46322)

This commit is contained in:
Muhammed Mustafa
2022-06-06 10:15:10 +02:00
committed by GitHub
parent cd63d6401b
commit f842bc04a1

View File

@@ -8,7 +8,7 @@ dashedName: dot-product
# --description--
Create a function, to compute the **[dot product](<https://en.wikipedia.org/wiki/Dot product>)**, also known as the **scalar product** of two vectors.
Create a function, to compute the **dot product**, also known as the **scalar product** of two vectors.
# --hints--