Skip to content

Commit 119eddc

Browse files
committed
Fix erroneous close parenthesis
1 parent 5938dd0 commit 119eddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ var body: some View {
208208
.playbackRate(2.0) // Playback speed rate
209209

210210
// Bundle (not Asset Catalog)
211-
AnimatedImage(name: "animation1", isAnimating: $isAnimating)) // Animation control binding
211+
AnimatedImage(name: "animation1", isAnimating: $isAnimating) // Animation control binding
212212
.maxBufferSize(.max)
213213
.onViewUpdate { view, context in // Advanced native view coordinate
214214
// AppKit tooltip for mouse hover

0 commit comments

Comments
 (0)