Skip to content

Commit 87ea9c6

Browse files
committed
http/headers.tld: Fix bad syntax
1 parent 10c28f0 commit 87ea9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/headers.tld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
interface headers
2-
const clone : (self) -> headers
2+
const clone : (self) -> (headers)
33
const append : (self, string, string, nil|boolean) -> ()
44
const each : (self) -> ((self) -> (string, string, boolean))
55
const has : (self, string) -> (boolean)

0 commit comments

Comments
 (0)