From 1893ca3502863f52977025c0e04911db43e67348 Mon Sep 17 00:00:00 2001 From: Marshall Clyburn Date: Thu, 28 Jan 2016 22:28:26 -0500 Subject: [PATCH] Remove 'algorithm code unnecessary' implication. This is likely up for debate in issue #63. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 469b591..ac2f3fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ All data structures and algorithms should include a description section detailin #### Reference -If the section is for a data structure, it should include a subsection containing skeleton reference code. +Each section should include a subsection containing skeleton reference code. The reference code should include only what is necessary to use the data structure and perhaps usage examples in a main function if its use is not obvious enough. #### Applications