Skip to content

Commit 4695335

Browse files
committed
update AssignCommand doc comment to acknowladge unclaim
1 parent 513c1e1 commit 4695335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/src/command/assign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use std::fmt;
1616
pub enum AssignCommand {
1717
/// Corresponds to `@bot claim`.
1818
Claim,
19-
/// Corresponds to `@bot release-assignment`.
19+
/// Corresponds to `@bot release-assignment` or `@bot unclaim`.
2020
ReleaseAssignment,
2121
/// Corresponds to `@bot assign @user`.
2222
AssignUser { username: String },

0 commit comments

Comments
 (0)