Skip to content

Commit 90dd070

Browse files
Update src/operations/invoker.cppm
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 110a2c5 commit 90dd070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/operations/invoker.cppm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ constexpr auto checked_bit_not(T lhs) -> policy::value::decision<T> {
390390
}
391391

392392
return make_error<T>(policy::error::kind::unspecified,
393-
"checked bitwise not not supported for negotiated "
393+
"checked bitwise not supported for negotiated "
394394
"common type",
395395
lhs);
396396
}

0 commit comments

Comments
 (0)