Skip to content

Commit c8b2959

Browse files
committed
Fix extra space in inherit_data_option.rst
1 parent 977ecb4 commit c8b2959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/inherit_data_option.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ entities, a ``Company`` and a ``Customer``::
2929
private string $firstName;
3030
private string $lastName;
3131
32-
private string $address;
32+
private string $address;
3333
private string $zipcode;
3434
private string $city;
3535
private string $country;

0 commit comments

Comments
 (0)