We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b30f1e commit 6ca5138Copy full SHA for 6ca5138
README.md
@@ -15,7 +15,7 @@
15
* [Don't add unneeded context](#dont-add-unneeded-context)
16
* [Use default arguments instead of short circuiting or conditionals](#use-default-arguments-instead-of-short-circuiting-or-conditionals)
17
3. [Comparison](#comparison)
18
- * [Use identical comparison](#identical_comparison)
+ * [Use identical comparison](#use-identical-comparison)
19
4. [Functions](#functions)
20
* [Function arguments (2 or fewer ideally)](#function-arguments-2-or-fewer-ideally)
21
* [Functions should do one thing](#functions-should-do-one-thing)
0 commit comments