Skip to content

Commit 737cda8

Browse files
committed
Update comment
1 parent ef9c0ec commit 737cda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/gamma/split-view/RNSSplitViewHostController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public class RNSSplitViewHostController: UISplitViewController, ReactMountingTra
170170
func validateInspectors(_ inspectors: [RNSSplitViewScreenComponentView]) {
171171
assert(
172172
inspectors.count <= maxNumberOfInspectors,
173-
"[RNScreens] SplitView can only have 1 inspector")
173+
"[RNScreens] SplitView can only have \(maxNumberOfInspectors) inspector")
174174
}
175175
}
176176

0 commit comments

Comments
 (0)