Is 'r' missing? (#2188)

This commit is contained in:
Makoto Oda 2020-08-26 03:34:02 +09:00 committed by GitHub
parent ed16d62a91
commit e6279d10c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
== Using the MapStruct SPI
=== Custom Accessor Naming Strategy
MapStruct offers the possibility to override the `AccessorNamingStrategy` via the Service Provide Interface (SPI). A nice example is the use of the fluent API on the source object `GolfPlayer` and `GolfPlayerDto` below.
MapStruct offers the possibility to override the `AccessorNamingStrategy` via the Service Provider Interface (SPI). A nice example is the use of the fluent API on the source object `GolfPlayer` and `GolfPlayerDto` below.
.Source object GolfPlayer with fluent API.
====