mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 18:41:05 +00:00
Fix typo in src/app/cmd/README.md
This commit is contained in:
parent
6cbb1882d4
commit
c03f6b4da4
@ -6,6 +6,6 @@ entities. As several `cmd` can persist in parallel with other `cmd`
|
||||
these smart pointers can generate conflicts in the logic layer.
|
||||
E.g. If we keep an `ImageRef` inside a `cmd`, the image is
|
||||
not removed from the [objects hash table](../../doc/object.cpp),
|
||||
so two or more `cmd` could will try to add/remove the same object
|
||||
so two or more `cmd` could try to add/remove the same object
|
||||
in the hash table (there are asserts to check this state, were
|
||||
someone is trying to add the same `ObjectId` in the hash table).
|
||||
|
Loading…
x
Reference in New Issue
Block a user