adobe / ferrum

Features from the rust language in javascript: Provides Traits/Type classes & a hashing infrastructure and an advanced library for working with sequences/iterators in js
https://www.ferrumjs.org
Apache License 2.0
519 stars 25 forks source link

Documentation Method Signature Err #53

Open MarquiseRosier opened 5 years ago

MarquiseRosier commented 5 years ago

I ran into small error in the docs. The Key, Value seem to be out of place in the Setdefault signature. I checked the SRC and it also confirms as the call is (container, k, v)

Screen Shot 2019-11-06 at 2 30 52 PM
MarquiseRosier commented 5 years ago

https://github.com/adobe/ferrum/blob/4076195c95382406583a5c7c8fd3a578ab5e8668/src/stdtraits.js#L1003