Skip to content

Commit 8db3e92

Browse files
committed
Dev: Add link to arguments block reference
1 parent 64d30b7 commit 8db3e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ end
185185

186186
### Use the `arguments` Block
187187

188-
All functions must use MATLAB's `arguments` block for input validation.
188+
All functions must use [MATLAB's `arguments` block](https://www.mathworks.com/help/matlab/ref/arguments.html) for input/output type validation.
189189

190190
#### Simple Example
191191

0 commit comments

Comments
 (0)