Add comma after 'For example'.

This commit is contained in:
Jim Blandy 2012-08-19 16:06:42 -07:00 committed by Brian Anderson
parent 1d3abf15f1
commit ba6ccc1a59
1 changed files with 1 additions and 1 deletions

View File

@ -1560,7 +1560,7 @@ if favorite_crayon_name.len() > 5 {
Named functions, like those we've seen so far, may not refer to local
variables declared outside the function - they do not "close over
their environment". For example you couldn't write the following:
their environment". For example, you couldn't write the following:
~~~~ {.ignore}
let foo = 10;