diff --git a/examples/dart/test/serialization_test.dart b/examples/dart/test/serialization_test.dart index 1da12c7a4e..1cd85aade0 100644 --- a/examples/dart/test/serialization_test.dart +++ b/examples/dart/test/serialization_test.dart @@ -27,7 +27,7 @@ main() { // Serialize to ejson by passing the object as a paramter to the method or ... EJsonValue serializeByParam = toEJson(spider); - // ... calling the method directly on the object + // ... by calling the method directly on the object EJsonValue serializeWithCall = spider.toEJson(); // :snippet-end: diff --git a/source/examples/generated/flutter/serialization_test.snippet.serialize.dart b/source/examples/generated/flutter/serialization_test.snippet.serialize.dart index 478ac0918a..2e18bde39a 100644 --- a/source/examples/generated/flutter/serialization_test.snippet.serialize.dart +++ b/source/examples/generated/flutter/serialization_test.snippet.serialize.dart @@ -1,5 +1,5 @@ // Serialize to ejson by passing the object as a paramter to the method or ... EJsonValue serializeByParam = toEJson(spider); -// ... calling the method directly on the object +// ... by calling the method directly on the object EJsonValue serializeWithCall = spider.toEJson(); diff --git a/source/sdk/flutter/realm-database/serialization.txt b/source/sdk/flutter/realm-database/serialization.txt index 6293bf71d5..2a095a0e87 100644 --- a/source/sdk/flutter/realm-database/serialization.txt +++ b/source/sdk/flutter/realm-database/serialization.txt @@ -83,8 +83,3 @@ specified object type. .. literalinclude:: /examples/generated/flutter/serialization_test.snippet.deserialize.dart :language: dart - -Common Errors -------------- - -