superruzafa / visual-scala-reference

Visual Scala Reference
https://superruzafa.github.io/visual-scala-reference
269 stars 28 forks source link

Fix Type order in foldRight signature #18

Closed ThomasF34 closed 4 years ago

ThomasF34 commented 4 years ago

This PR fixes the order of signature's type in foldRight method. It seems like it was a copy/paste from foldLeft, though official documentation indicates the correct order:B).

superruzafa commented 4 years ago

Thanks, @ThomasF34!

I noticed that I made the same mistake also in reduceRight and reduceRightOption.

Could you fix it too?

ThomasF34 commented 4 years ago

@superruzafa This is fixed 😄

superruzafa commented 4 years ago

Thanks!