We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f3513 commit ee696f1Copy full SHA for ee696f1
text/0073/0073-entity-slicing.md
@@ -275,7 +275,7 @@ The easiest is the `SimpleEntityLoader` api shown here. Users need only write a
275
/// Implement this trait to load entities based on
276
/// the entity manifest.
277
/// This entity loader is called "Simple" for two reasons:
278
-/// 1) First, it is not synchronous- `load_entity` is called multiple times.
+/// 1) First, it may cause database consistency challenges- `load_entity` is called multiple times.
279
/// 2) Second, it is not precise- the entity manifest only requires some
280
/// fields to be loaded, but this loader always loads all fields.
281
pub trait SimpleEntityLoader {
0 commit comments