Skip to content

Commit

Permalink
Fix docblock in inheritance-mapping.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter authored and Majkl578 committed Sep 23, 2018
1 parent 730543f commit 6ff677d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/inheritance-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,15 +436,15 @@ Could be used by an entity that extends a mapped superclass to override a field
* column=@Column(
* name = "guest_id",
* type = "integer",
length = 140
* length = 140
* )
* ),
* @AttributeOverride(name="name",
* column=@Column(
* name = "guest_name",
* nullable = false,
* unique = true,
length = 240
* length = 240
* )
* )
* })
Expand Down

0 comments on commit 6ff677d

Please sign in to comment.