diff --git a/core/modules/responsive_image/responsive_image.module b/core/modules/responsive_image/responsive_image.module index 351c8b7..0729c1d 100644 --- a/core/modules/responsive_image/responsive_image.module +++ b/core/modules/responsive_image/responsive_image.module @@ -242,14 +242,14 @@ function theme_responsive_image($variables) { * based on the MIME types they support (which, for instance, can be beneficial * for browsers supporting WebP). * For example: - * A source tag can contain multiple images: + * A tag can contain multiple images: * @code * * @endcode - * In the above example we can add the mime-type attribute ('image/jpeg') since - * all images in the 'srcset' attribute of the tag have the same MIME - * type. - * If a source tag were to look like this: + * In the above example we can add the 'mime-type' attribute ('image/jpeg') + * since all images in the 'srcset' attribute of the tag have the same + * MIME type. + * If a tag were to look like this: * @code * * @endcode @@ -305,7 +305,7 @@ function theme_responsive_image($variables) { * multiplier) so the array contains an entry for breakpointA.1x and * breakpointA.2x. If we would output those we will end up with something like * @code - * + * * @endcode * which is illegal. So the solution is to merge both arrays into one and * disregard the multiplier. Which, in this case, would output