Skip to content

Commit c9c1050

Browse files
committed
fix a comment
Signed-off-by: glorv <glorvs@163.com>
1 parent 298e50e commit c9c1050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queue/extras.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl Extras {
105105
&mut self.metadata
106106
}
107107

108-
/// Set the group name of this task.
108+
/// Set the metadata of this task.
109109
pub fn set_metadata(&mut self, metadata: Vec<u8>) {
110110
self.metadata = metadata;
111111
}

0 commit comments

Comments
 (0)