Ticket #417 (closed defect: fixed)
Documentation bug
Reported by: | jensaxel@… | Owned by: | orseau |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | orseau/script-plugin.plt | Keywords: | |
Cc: | Version: | (2 8) | |
Racket Version: | 5.2.1 |
Description
The documentation says to use:
(find-system-path 'home-path)
find-system-path: expects argument of type <system-path-symbol>; given 'home-path
However, find-system-path expects 'home-dir
(find-system-path 'home-dir)
#<path:/Users/soegaard/>
Change History
Note: See
TracTickets for help on using
tickets.