Skip to content

Commit a2ad990

Browse files
committed
fixing bad reference
1 parent 7aa4106 commit a2ad990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/choice_label.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ will give you:
3838
:width: 350
3939

4040
If your choice values are objects, then ``choice_label`` can also be a
41-
:ref:`reference-form-option-property-path <property path>`. Imagine you have some
41+
:ref:`property path <reference-form-option-property-path>`. Imagine you have some
4242
``Status`` class with a ``getDisplayName()`` method::
4343

4444
$builder->add('attending', 'choice', array(

0 commit comments

Comments
 (0)