Skip to content

Commit

Permalink
Update PrismView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
aheze authored Sep 30, 2022
1 parent 6879fdd commit 60dbaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PrismView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public struct PrismView<Content: View, Left: View, Right: View>: View {
.offset(y: extrusionYOffset),
alignment: .bottom
)
.background( /// The left side of the prism.
.background( /// The right side of the prism.
Color.clear
.frame(width: extrusionYOffset, height: configuration.size.height)
.overlay(
Expand Down

0 comments on commit 60dbaa0

Please sign in to comment.