Skip to content

Commit 02057a6

Browse files
docs: clarify HTTP refers to HTTP.jl
Co-authored-by: Mal Miller <59854849+mmiller-max@users.noreply.github.com>
1 parent 4415375 commit 02057a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subscriptions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function open_subscription(fn::Function,
138138
end
139139
end
140140
end
141-
# We can't throw errors from the ws handle function in HTTP 1.0, as they get digested.
141+
# We can't throw errors from the ws handle function in HTTP.jl 1.0, as they get digested.
142142
isassigned(throw_if_assigned) && throw(throw_if_assigned[])
143143
output_debug(verbose) && println("Finished. Closing subscription")
144144
subscription_tracker[][sub_id] = "closed"

0 commit comments

Comments
 (0)