Skip to content

Commit 1aa8bdb

Browse files
committed
Update README.md.
1 parent dd055fd commit 1aa8bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ They can also be used as the base class for custom cell and header/footer view c
114114
<img src="README/table-view-cell.png" width="250px"/>
115115

116116
# Initializer Callbacks
117-
All Lima initializers provide a trailing closure that can be used to further customize the instantiated view. This callback is automatically invoked by the initializer before it returns.
117+
All Lima initializers provide a closure that can be used to further customize the instantiated view. This callback is automatically invoked by the initializer before it returns.
118118

119119
A common use of initializer callbacks is to associate view instances with controller member variables, or "outlets". For [example](LimaTest/ActionViewController.swift):
120120

0 commit comments

Comments
 (0)