Skip to content

Commit

Permalink
Add more comments to the subset section of the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaukov committed Aug 10, 2016
1 parent 948d770 commit 7daf6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ All subsets of (1, 2, 3) are:
- (2, 3)
- (1, 2, 3)

And code which generates all subsets of (one, two, three)
Here is a piece of code that generates all possible subsets of (one, two, three)

```java
List<List<String>> subsets = Generator
Expand Down

0 comments on commit 7daf6d2

Please sign in to comment.