Skip to content

Commit c651d53

Browse files
committed
updated documentation error
1 parent f9c8101 commit c651d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Then open the generated ```functional_cpp.sln``` in the ```build``` folder.
6969
const fcpp::vector<int> numbers({1, 4, 2, 5, 8, 3, 1, 7, 1});
7070

7171
// contains only 1, 2, 3, 4, 5, 7, 8
72-
const fcpp::set unique_numbers = numbers.distinct();
72+
const fcpp::set<int> unique_numbers = numbers.distinct();
7373
```
7474
7575
### zip, map, filter, sort

0 commit comments

Comments
 (0)