Bladeren bron

doc: minor changes

Michele Caini 1 jaar geleden
bovenliggende
commit
50e41076c5
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      docs/md/entity.md

+ 1 - 1
docs/md/entity.md

@@ -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
 * 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.
   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.
   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
 This means that, starting from a reference to the base, it's possible to bind