- Fix fn.call documentation to clarify that extra arguments are discarded rather than causing a runtime error - Correct list.insert example output from "[a, e, c, d]" to "[a, e, b, c, d]" to accurately reflect insertion behavior