Skip to content

Commit 59afeb1

Browse files
committed
Merge pull request scala#108 from axelarge/patch-1
Fixed broken link in parallel collections overview
2 parents c8a1af2 + 6e079ab commit 59afeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/parallel-collections/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ copying required for these collection types introduces an overhead not
143143
incurred by any other collection types, like `Array`, `Vector`, `HashMap`, etc.
144144

145145
For more information on conversions on parallel collections, see the
146-
[conversions]({{ site.baseurl }}/overviews/parallel-collections/converesions.html)
146+
[conversions]({{ site.baseurl }}/overviews/parallel-collections/conversions.html)
147147
and [concrete parallel collection classes]({{ site.baseurl }}/overviews/parallel-collections/concrete-parallel-collections.html)
148148
sections of thise guide.
149149

0 commit comments

Comments
 (0)