diff --git a/_includes/language-highlights.md b/_includes/language-highlights.md index f8d21ca..54d6df7 100644 --- a/_includes/language-highlights.md +++ b/_includes/language-highlights.md @@ -22,7 +22,7 @@ PHP is a flexible, dynamic language that supports a variety of techniques. It ha ### Functional Programming * [Read about Anonymous functions][anonymous-functions] -* Read about dynamically invoking functions with [`call_user_func_array`][call-user-func-array] +* [Read about dynamically invoking functions with `call_user_func_array`][call-user-func-array] ### Meta Programming