@@ -357,8 +357,8 @@ impl Entities {
357
357
/// integer), or if required attributes are missing or superfluous
358
358
/// attributes are provided.
359
359
/// # Errors
360
- /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entiites `
361
- /// - [`EntitiesError::InvalidEntity` if `schema` is not none and any entities do not conform
360
+ /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entities `
361
+ /// - [`EntitiesError::InvalidEntity`] if `schema` is not none and any entities do not conform
362
362
/// to the schema
363
363
pub fn from_entities (
364
364
entities : impl IntoIterator < Item = Entity > ,
@@ -387,8 +387,8 @@ impl Entities {
387
387
/// Re-computing the transitive closure can be expensive, so it is advised
388
388
/// to not call this method in a loop.
389
389
/// # Errors
390
- /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entiites `
391
- /// - [`EntitiesError::InvalidEntity` if `schema` is not none and any entities do not conform
390
+ /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entities `
391
+ /// - [`EntitiesError::InvalidEntity`] if `schema` is not none and any entities do not conform
392
392
/// to the schema
393
393
pub fn add_entities (
394
394
self ,
@@ -421,8 +421,8 @@ impl Entities {
421
421
/// Re-computing the transitive closure can be expensive, so it is advised
422
422
/// to not call this method in a loop.
423
423
/// # Errors
424
- /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entiites `
425
- /// - [`EntitiesError::InvalidEntity` if `schema` is not none and any entities do not conform
424
+ /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entities `
425
+ /// - [`EntitiesError::InvalidEntity`] if `schema` is not none and any entities do not conform
426
426
/// to the schema
427
427
/// - [`EntitiesError::Deserialization`] if there are errors while parsing the json
428
428
pub fn add_entities_from_json_str (
@@ -459,8 +459,8 @@ impl Entities {
459
459
/// Re-computing the transitive closure can be expensive, so it is advised
460
460
/// to not call this method in a loop.
461
461
/// # Errors
462
- /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entiites `
463
- /// - [`EntitiesError::InvalidEntity` if `schema` is not none and any entities do not conform
462
+ /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entities `
463
+ /// - [`EntitiesError::InvalidEntity`] if `schema` is not none and any entities do not conform
464
464
/// to the schema
465
465
/// - [`EntitiesError::Deserialization`] if there are errors while parsing the json
466
466
pub fn add_entities_from_json_value (
@@ -498,8 +498,8 @@ impl Entities {
498
498
/// to not call this method in a loop.
499
499
///
500
500
/// # Errors
501
- /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entiites `
502
- /// - [`EntitiesError::InvalidEntity` if `schema` is not none and any entities do not conform
501
+ /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entities `
502
+ /// - [`EntitiesError::InvalidEntity`] if `schema` is not none and any entities do not conform
503
503
/// to the schema
504
504
/// - [`EntitiesError::Deserialization`] if there are errors while parsing the json
505
505
pub fn add_entities_from_json_file (
@@ -540,8 +540,8 @@ impl Entities {
540
540
/// superfluous attributes are provided.
541
541
///
542
542
/// # Errors
543
- /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entiites `
544
- /// - [`EntitiesError::InvalidEntity` if `schema` is not none and any entities do not conform
543
+ /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entities `
544
+ /// - [`EntitiesError::InvalidEntity`] if `schema` is not none and any entities do not conform
545
545
/// to the schema
546
546
/// - [`EntitiesError::Deserialization`] if there are errors while parsing the json
547
547
///
@@ -601,8 +601,8 @@ impl Entities {
601
601
/// superfluous attributes are provided.
602
602
///
603
603
/// # Errors
604
- /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entiites `
605
- /// - [`EntitiesError::InvalidEntity` if `schema` is not none and any entities do not conform
604
+ /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entities `
605
+ /// - [`EntitiesError::InvalidEntity`] if `schema` is not none and any entities do not conform
606
606
/// to the schema
607
607
/// - [`EntitiesError::Deserialization`] if there are errors while parsing the json
608
608
///
@@ -659,8 +659,8 @@ impl Entities {
659
659
/// superfluous attributes are provided.
660
660
///
661
661
/// # Errors
662
- /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entiites `
663
- /// - [`EntitiesError::InvalidEntity` if `schema` is not none and any entities do not conform
662
+ /// - [`EntitiesError::Duplicate`] if there are any duplicate entities in `entities `
663
+ /// - [`EntitiesError::InvalidEntity`] if `schema` is not none and any entities do not conform
664
664
/// to the schema
665
665
/// - [`EntitiesError::Deserialization`] if there are errors while parsing the json
666
666
pub fn from_json_file (
0 commit comments