Skip to content

Commit

Permalink
fix option name
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Paris committed Oct 25, 2012
1 parent 94f5f49 commit 8a347fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
After:

```
$builder->add('tags', 'collection', array('prototype' => '__proto__'));
$builder->add('tags', 'collection', array('prototype_name' => '__proto__'));

// results in the name "__proto__" in the template
```
Expand Down

0 comments on commit 8a347fd

Please sign in to comment.