Fix typo in documentation (#1760)

It is "then" instead "than
This commit is contained in:
juliojgd 2019-03-20 21:37:47 +01:00 committed by Filip Hrisafov
parent 546c56b116
commit 7164ef18c5

View File

@ -677,7 +677,7 @@ To finish the mapping MapStruct generates code that will invoke the build method
[NOTE] [NOTE]
====== ======
The <<object-factories>> are also considered for the builder type. The <<object-factories>> 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 .Person with Builder example