Skip to content

Commit de95b3b

Browse files
committed
comma
1 parent 723f15f commit de95b3b

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
@@ -49,7 +49,7 @@ An algorithm is one or more functions (or classes) that:
4949
- take one or more inputs,
5050
- perform some internal calculations or data manipulations,
5151
- return one or more outputs,
52-
- have minimal side effects (e.g. `print()`, `plot()`, `read()`, `write()`).
52+
- have minimal side effects (e.g., `print()`, `plot()`, `read()`, `write()`).
5353

5454
Algorithms should be packaged in a way that would make it easy for readers to integrate them into larger programs.
5555

0 commit comments

Comments
 (0)