Skip to content

Commit 5d334bf

Browse files
committed
remove description parameter from recipe documentation
1 parent a4971cc commit 5d334bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/common/RECIPES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ function. It takes a function parameter:
1515

1616
- Types: define Input and Output relationships for composition with other recipes
1717
- Properties such as `[UI]` and `[NAME]` do not have to be explicitly included in the output type
18-
- Parameters: a descriptive name and a function that receives the inputs and
19-
returns outputs
18+
- Parameters: a function that receives the inputs and returns outputs
2019

2120
### Types and Runtime Safety
2221

0 commit comments

Comments
 (0)