From 5de27507408333192827474c2affb4fda4f6f9a8 Mon Sep 17 00:00:00 2001 From: Dominik Gruntz Date: Tue, 1 Nov 2016 17:11:36 +0100 Subject: [PATCH] #945 Documentation: Converts an item to a caption In section 6 the caption is written as . Generated collection mapping methods and does therefore appear as an enumeration instead of a caption. --- .../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 6516a87b3..858a06997 100644 --- a/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc +++ b/documentation/src/main/asciidoc/mapstruct-reference-guide.asciidoc @@ -1036,7 +1036,7 @@ public interface CarMapper { The generated implementation of the `integerSetToStringSet` performs the conversion from `Integer` to `String` for each element, while the generated `carsToCarDtos()` method invokes the `carToCarDto()` method for each contained element as shown in the following: -. Generated collection mapping methods +.Generated collection mapping methods ==== [source, java, linenums] [subs="verbatim,attributes"]