Having issues with Wordpress error Unexpected T_PAAMAYIM_NEKUDOTAYIM
Parse error: syntax error, unexpected ')', expecting :: (T_PAAMAYIM_NEKUDOTAYIM) in /Applications/MAMP/htdocs/wp-content/themes/theme/functions.php on line 5
My functions.php code:
<?php
// Navigation Menus
register_nav_menus (array(
'primary' => --('Primaty Menu')
));
?>