You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dsl-client/hyper-component.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -426,7 +426,7 @@ If no value is provided for `:an_optional_param` it will be given the value `"he
426
426
427
427
### Params of type Proc
428
428
429
-
A Ruby `Proc` can be passed to a component like any other object. A param of type proc (i.e. `param :update, type: Proc`) gets special treatment that will directly call the proc when the param is accessed.
429
+
A Ruby `Proc` can be passed to a component like any other object.
0 commit comments