Skip to content

Commit ff4addc

Browse files
committed
update readme
1 parent d9ce677 commit ff4addc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ try! eventTest.value_set(10)
424424
print(lastValuePassedIntoEventHandler)
425425
```
426426

427-
I guess this is pretty self explanatory. Again, for brevity we omitted error handling here. Regular Swift memory management rules apply here. Most of the time you'll likely want to create an event handler, store it as a variable outside of the function's scope and unsubscribe from the event in your class's deinitializer.
427+
I guess this is pretty self explanatory. Again, for brevity we omitted error handling here. Regular Swift memory management rules apply. Most of the time you'll likely want to create an event handler, store it as a variable outside of the function's scope and unsubscribe from the event in your class's deinitializer.
428428

429429

430430

0 commit comments

Comments
 (0)