Browse Source

doc: minor changes

skypjack 4 months ago
parent
commit
024d478409
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/md/entity.md

+ 1 - 1
docs/md/entity.md

@@ -1877,7 +1877,7 @@ specific _queries_.<br/>
 The type returned when combining multiple elements together is itself a view,
 The type returned when combining multiple elements together is itself a view,
 more in general a multi component one.
 more in general a multi component one.
 
 
-Combining different elements tries to mimic C++20 ranges:
+Combining different elements tries to mimic ranges:
 
 
 ```cpp
 ```cpp
 auto view = registry.view<position>();
 auto view = registry.view<position>();