Skip to content

Commit fff76ce

Browse files
committed
Clean up snippet
1 parent 5e56c4b commit fff76ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/graphics/GraphicsModifiersSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ fun CompositingStrategyExamples() {
391391
// Does not clip content even with a graphics layer usage here. By default, graphicsLayer
392392
// does not allocate + rasterize content into a separate layer but instead is used
393393
// for isolation. That is draw invalidations made outside of this graphicsLayer will not
394-
// re-record the drawing instructions in this composable as they have not changed *
394+
// re-record the drawing instructions in this composable as they have not changed
395395
Canvas(
396396
modifier = Modifier
397397
.graphicsLayer()

0 commit comments

Comments
 (0)