Skip to content

Commit 9e7759e

Browse files
committed
Cleanup: README examples.
1 parent 5e385f6 commit 9e7759e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ import SwiftUI
112112
//*============================================================================*
113113

114114
struct ContentView: View {
115+
115116
typealias Amount = Decimal // Decimal, Double, (U)Int(8-64), Optional<T>
116117

117118
//=------------------------------------------------------------------------=
@@ -162,7 +163,8 @@ import SwiftUI
162163
//*============================================================================*
163164

164165
struct ContentView: View {
165-
typealias Number = String // Array<Character>
166+
167+
typealias Number = String // [Character]
166168

167169
//=------------------------------------------------------------------------=
168170

0 commit comments

Comments
 (0)