selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

fix pluck documentation, argument order and broken repl link #62

Closed onurozkan closed 3 years ago

onurozkan commented 3 years ago

Hi Dejan,

I realized second part of the pluck documentation is bit wrong.

Repl link was also broken, fixed both. I only encoded rambda code for repl link, hope its the right way.

selfrefactor commented 3 years ago

Hi Onur and thanks for this PR. Usually, there is a script that generates repl links. I will let you know once the change is reflected in Rambdax documentation site.

selfrefactor commented 3 years ago

The fix is live on the documentation site.

onurozkan commented 3 years ago

@selfrefactor

I guess generator overridden REPL link change. Documentation is fine but repl link still broken (same as before)

selfrefactor commented 2 years ago

Repl link is fixed, but it will became active with the next release. Thanks again for this MR.