dumb typos
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
body ...
|
||||
(teardown var))))))
|
||||
|
||||
(defprotocol context-manager ((teardown 1)))
|
||||
(defprotocol context-manager (teardown 1))
|
||||
(defimpl context-manager input-port? ((teardown close-input-file)))
|
||||
(defimpl context-manager output-port? ((teardown close-output-file)))
|
||||
(defimpl context-manager net:socket? ((teardown net:close-socket)))
|
||||
|
Reference in New Issue
Block a user