`assoc!` 和 `conj!` 的文档字符串都说明 "返回 coll.",可能会暗示暂时的编辑(总是)在原位发生,其中 "coll" 是第一个参数。然而,事实并非如此,应该始终使用返回的集合。
方法: 在 `conj(image: `、`assoc)`、`pop!` 文档字符串中将 "返回 coll." 替换为 "返回一个更新后的集合"。
补丁: CLJ-1385-reword-docstrings-on-transient-update-funct-2.patch
审核者: Alex Miller