File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ struct ExecWaker(AtomicBool);
90
90
/// - hyper_body_data: Creates a task that will poll a response body for the next buffer of data.
91
91
/// - hyper_body_foreach: Creates a task to execute the callback with each body chunk received.
92
92
///
93
- /// Tasks then have a userdata associated with them using `hyper_task_set_userdata`` . This
93
+ /// Tasks then have a userdata associated with them using `hyper_task_set_userdata`. This
94
94
/// is important, for instance, to associate a request id with a given request. When multiple
95
95
/// tasks are running on the same executor, this allows distinguishing tasks for different
96
96
/// requests.
@@ -508,7 +508,7 @@ ffi_fn! {
508
508
/// Creates a waker associated with the task context.
509
509
///
510
510
/// The waker can be used to inform the task's executor that the task is
511
- /// ready to make progress (using `hyper_waker_wake`` ).
511
+ /// ready to make progress (using `hyper_waker_wake`).
512
512
///
513
513
/// Typically this only needs to be called once, but it can be called
514
514
/// multiple times, returning a new waker each time.
You can’t perform that action at this time.
0 commit comments