Skip to content

Commit

Permalink
doc: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 28, 2024
1 parent 1a95c9d commit 50e4107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/md/entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ pointer and behaves differently depending on the case:
* When the pointer is null, the function tries to default-construct an instance
of the object to bind to the entity and returns true on success.

* When the pointer is non-null, the function tries to copy-construct an instance
* When the pointer is not null, the function tries to copy-construct an instance
of the object to bind to the entity and returns true on success.

This means that, starting from a reference to the base, it's possible to bind
Expand Down

0 comments on commit 50e4107

Please sign in to comment.