Skip to content

Commit e854c77

Browse files
fixed docs
1 parent fff122b commit e854c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dsl-client/hyper-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ If no value is provided for `:an_optional_param` it will be given the value `"he
426426

427427
### Params of type Proc
428428

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.
430430

431431
```ruby
432432
param :all_done, type: Proc

0 commit comments

Comments
 (0)