Reference: fix interface example typo
This commit is contained in:
parent
ec6408b343
commit
646552b2c4
|
@ -202,7 +202,7 @@ superinterfaces specify inconsistent derivation requirements, the
|
|||
(interface () open close read-byte write-byte))
|
||||
(define directory-interface<%>
|
||||
(interface (file-interface<%>)
|
||||
[file-list (-> (listof (is-a?/c file-interface<%>)))]
|
||||
[file-list (->m (listof (is-a?/c file-interface<%>)))]
|
||||
parent-directory))
|
||||
]}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user