From 309148dd64212d190aeb44332f0571b76f6df19b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 21 Mar 2018 16:01:01 +0100 Subject: [PATCH] DATAMONGO-1891 - Polishing. Tweaked wording. Original pull request: #542. --- src/main/asciidoc/reference/mongodb.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/reference/mongodb.adoc b/src/main/asciidoc/reference/mongodb.adoc index 84d0346b1..6ea8bc8ba 100644 --- a/src/main/asciidoc/reference/mongodb.adoc +++ b/src/main/asciidoc/reference/mongodb.adoc @@ -1547,8 +1547,9 @@ MongoJsonSchema.builder() <1> <4> Build the schema object. Use the schema to either create a collection or <>. ==== -There are already some predefined strongly typed `JsonSchemaObject` and `JsonSchemaProperty` available via static methods on the gateway interfaces. -However there may arise the need to build custom property validation rules which can be done via builder API. +There are already some predefined and strongly typed schema objects (`JsonSchemaObject` and `JsonSchemaProperty`) available +via static methods on the gateway interfaces. +However there may arise the need to build custom property validation rules which can be created via builder API. [source,java] ----