Skip to content

Commit 8ecf43d

Browse files
committed
Fixes issue jquery#11 - "&mdash" is missing a semi-colon, causing it to be rendered literally.
1 parent f9869db commit 8ecf43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/javascript-101/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ A self-executing anonymous function
8383

8484
## Functions as Arguments
8585

86-
In JavaScript, functions are "first-class citizens" &mdash they can be assigned
86+
In JavaScript, functions are "first-class citizens" — they can be assigned
8787
to variables or passed to other functions as arguments. Passing functions as
8888
arguments is an extremely common idiom in jQuery.
8989

0 commit comments

Comments
 (0)