Skip to content

Commit 9603531

Browse files
committed
[css-images-4] Fix off-by-one error.
1 parent 5162fef commit 9603531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-images-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ Combining images: the ''cross-fade()'' notation {#cross-fade-function}
538538
</pre>
539539

540540
The function represents an image generated by
541-
combining two or more images.
541+
combining one or more images.
542542

543543
The <<percentage>> represents how much of each image is retained
544544
when it is blended with the other images.

0 commit comments

Comments
 (0)