Skip to content

Commit

Permalink
docs bug
Browse files Browse the repository at this point in the history
<record interface="my.package.interfaces.IZooSettings.entryPrice">
    <value>10.0</value>
</record> 
should be:
<record name="my.package.interfaces.IZooSettings.entryPrice">
    <value>10.0</value>
</record>
  • Loading branch information
faro committed Dec 18, 2013
1 parent d78ef04 commit cccc26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -277,7 +277,7 @@ explicitly state that we are setting a record bound to an interface, like so::

This is equivalent to::

<record interface="my.package.interfaces.IZooSettings.entryPrice">
<record name="my.package.interfaces.IZooSettings.entryPrice">
<value>10.0</value>
</record>

Expand Down

0 comments on commit cccc26e

Please sign in to comment.