ducttape icon indicating copy to clipboard operation
ducttape copied to clipboard

'help' module specifies Đ.listPackages() instead of Đ.pkgList()

Open itdaniher opened this issue 12 years ago • 0 comments

line 135 of help.coffee reads as follows:

To view the list of all currently loaded packages and their contents, run #{ dt.symbol() }.listPackages().

pkgMgr.coffee defines "pkgList," with the following description:

"Displays the list of currently loaded packages and their contents."

Seems like just a simple nomenclature mix-up with a one-line fix.

Thanks for such an awesome project!

itdaniher avatar Aug 19 '12 01:08 itdaniher