Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Corrected the brackets
  • Loading branch information
XPT5OO1 authored Feb 29, 2024
1 parent b5734b4 commit 7ddd24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ x = max (sin (y+3), 2);
- An exception are matrix or cell constructors.
```
>> a = [sin(x), cos(x)];
>> b = {sin(x), cos)x)};
>> b = {sin(x), cos(x)};
```
**Note:** spaces in the above example would result in a parse error!

Expand Down

0 comments on commit 7ddd24d

Please sign in to comment.