Skip to content

Commit a2ae306

Browse files
committed
'let' properties are implicitly 'final'.
1 parent e6148f2 commit a2ae306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Static/TableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open class TableViewController: UIViewController {
66
// MARK: - Properties
77

88
/// Returns the table view managed by the controller object.
9-
open let tableView: UITableView
9+
public let tableView: UITableView
1010

1111
/// A Boolean value indicating if the controller clears the selection when the table appears.
1212
///

0 commit comments

Comments
 (0)