Skip to content

Commit d58831f

Browse files
author
Sebastian Boldt
committed
README.md update
1 parent 45718e3 commit d58831f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

β€ŽBehavioral.playground/Pages/State.xcplaygroundpage/Contents.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ final class UserContext {
1010
private var userId: String
1111
private var state: State = UnauthorizedState()
1212

13-
init(userID: String) {
13+
init(userId: String) {
1414
self.userId = userId
1515
}
1616

β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
βœ… State
2929

30-
❌ Interpreter
30+
βœ… Interpreter
3131

3232
### Creational
3333

0 commit comments

Comments
Β (0)