Skip to content

Commit

Permalink
fix view example by giving valid initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
timdubbins committed Apr 13, 2022
1 parent dc1e528 commit c292358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RoundSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import SwiftUI
/// when the user drags the slider.
///
/// ```
/// @State private var myValue = 0.0
/// @State private var myValue = 30.0
/// @State private var isEditing = false
///
/// var body: some View {
Expand Down

0 comments on commit c292358

Please sign in to comment.