From 63c5fc8effdd5cbf7e3aac96d5149235fd3dcba6 Mon Sep 17 00:00:00 2001 From: juliojgd Date: Wed, 20 Mar 2019 21:37:47 +0100 Subject: [PATCH] Fix typo in documentation (#1760) It is "then" instead "than --- .../src/main/asciidoc/mapstruct-reference-guide.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc index c985a90ec..202f216a4 100644 --- a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc +++ b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc @@ -687,7 +687,7 @@ To finish the mapping MapStruct generates code that will invoke the build method [NOTE] ====== The <> are also considered for the builder type. -E.g. If an object factory exists for our `PersonBuilder` than this factory would be used instead of the builder creation method. +E.g. If an object factory exists for our `PersonBuilder` then this factory would be used instead of the builder creation method. ====== .Person with Builder example