Skip to content

Commit 3f3ca79

Browse files
authored
Merge pull request #47 from kinode-dao/hf/bind-ext-path-comment-nit
http: update `bind_ext_path()` comment
2 parents dfb416f + 5fe9db6 commit 3f3ca79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/http.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ where
451451
resp
452452
}
453453

454-
/// Register a WebSockets path with the HTTP server specifically for sending and
455-
/// receiving system messages from a runtime extension. Only use this if you are
456-
/// writing a runtime extension.
454+
/// Register a WebSockets path with the HTTP server to send and
455+
/// receive system messages from a runtime extension. Only use
456+
/// this if you are writing a runtime extension.
457457
pub fn bind_ext_path<T>(path: T) -> std::result::Result<(), HttpServerError>
458458
where
459459
T: Into<String>,

0 commit comments

Comments
 (0)