Skip to content

Commit

Permalink
Remove 'algorithm code unnecessary' implication.
Browse files Browse the repository at this point in the history
This is likely up for debate in issue clemsonacm#63.
  • Loading branch information
mdclyburn committed Jan 29, 2016
1 parent 569f52a commit 1893ca3
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 @@ -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
Expand Down

0 comments on commit 1893ca3

Please sign in to comment.