mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-540: Documentation Improvement #667
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Apr 26, 2010).
Originally assigned to: @jwage on GitHub.
Jira issue originally created by user johnnypeck:
At the following url: http://www.doctrine-project.org/documentation/manual/2_0/en/architecture#entities
The section reading:
"An entity is a lightweight persistent domain object. An entity can be any regular php class that obeys to the following restrictions:"
would be better worded as:
"An entity is a lightweight, persistent domain object. An entity can be any regular PHP class observing the following restrictions:"
Note the comma after 'lightweight,' the upper-case PHP and the change from 'that obeys to' to 'observing.'
@doctrinebot commented on GitHub (May 25, 2010):
Comment created by @jwage:
Thanks for the issue and suggested change. I have committed it.
@doctrinebot commented on GitHub (May 25, 2010):
Issue was closed with resolution "Fixed"