Fix typo
This commit is contained in:
parent
f814581baa
commit
63a856dec2
@ -77,7 +77,7 @@ sub new {
|
|||||||
# Entity creation and deletion
|
# Entity creation and deletion
|
||||||
|
|
||||||
## @method $ create($name)
|
## @method $ create($name)
|
||||||
# Attempt to create a new named entity in the entoty table. Generally you
|
# Attempt to create a new named entity in the entity table. Generally you
|
||||||
# should not call this directly, as it will create a new entity in the table
|
# should not call this directly, as it will create a new entity in the table
|
||||||
# even if an entity already exists with the same name: you will generally
|
# even if an entity already exists with the same name: you will generally
|
||||||
# want to call get_id() instead, as that will determine whether that the
|
# want to call get_id() instead, as that will determine whether that the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user