There was an error while loading. Please reload this page.
1 parent 723f15f commit de95b3bCopy full SHA for de95b3b
1 file changed
CONTRIBUTING.md
@@ -49,7 +49,7 @@ An algorithm is one or more functions (or classes) that:
49
- take one or more inputs,
50
- perform some internal calculations or data manipulations,
51
- return one or more outputs,
52
-- have minimal side effects (e.g. `print()`, `plot()`, `read()`, `write()`).
+- have minimal side effects (e.g., `print()`, `plot()`, `read()`, `write()`).
53
54
Algorithms should be packaged in a way that would make it easy for readers to integrate them into larger programs.
55
0 commit comments