Skip to content

Commit ee696f1

Browse files
committed
avoid synchronous
Signed-off-by: oflatt <[email protected]>
1 parent 44f3513 commit ee696f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0073/0073-entity-slicing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ The easiest is the `SimpleEntityLoader` api shown here. Users need only write a
275275
/// Implement this trait to load entities based on
276276
/// the entity manifest.
277277
/// This entity loader is called "Simple" for two reasons:
278-
/// 1) First, it is not synchronous- `load_entity` is called multiple times.
278+
/// 1) First, it may cause database consistency challenges- `load_entity` is called multiple times.
279279
/// 2) Second, it is not precise- the entity manifest only requires some
280280
/// fields to be loaded, but this loader always loads all fields.
281281
pub trait SimpleEntityLoader {

0 commit comments

Comments
 (0)