Skip to content

Commit 119c9ee

Browse files
author
Reed Es
committed
fixed example
1 parent bec1419 commit 119c9ee

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
@@ -31,7 +31,7 @@ struct NumberPadExample: View {
3131
VStack {
3232
Text("\(config.stringValue)")
3333

34-
NumberPad(config: config, showDecimalPoint: true)
34+
NumberPad(config: config)
3535
.buttonStyle(.bordered)
3636
}
3737
.font(.largeTitle)

0 commit comments

Comments
 (0)