Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 5d7fc89

Browse files
OOPS: Scaladocs typo
1 parent aee6155 commit 5d7fc89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • indigo/indigo/src/main/scala/indigo/shared/scenegraph

indigo/indigo/src/main/scala/indigo/shared/scenegraph/Layer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enum Layer derives CanEqual:
4242
* @param visible
4343
* Optionally set the visiblity, defaults to visible
4444
* @param blending
45-
* Optionally describes how to blend this layer onto the one below, by default, simply overlays on onto the other.
45+
* Optionally describes how to blend this layer onto the one below, by default, simply overlays one onto the other.
4646
* @param camera
4747
* Optional camera specifically for this layer. If None, fallback to scene camera, or default camera.
4848
*/

0 commit comments

Comments
 (0)