diff --git a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/dot-product.md b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/dot-product.md index 5584a7e26a7..8216fbf04ee 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/dot-product.md +++ b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/dot-product.md @@ -8,7 +8,7 @@ dashedName: dot-product # --description-- -Create a function, to compute the **[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--