Skip to content

Commit c00a061

Browse files
committed
Fixup typo on deprecated message of exec::write.
1 parent 47185ef commit c00a061

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/exec/env.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ namespace exec {
141141

142142
inline constexpr __read_with_default::__read_with_default_t read_with_default{};
143143

144-
[[deprecated("exec::write_env has been renamed to exec::write_env")]]
144+
[[deprecated("exec::write has been renamed to exec::write_env")]]
145145
inline constexpr stdexec::__write_::__write_env_t write{};
146146
inline constexpr stdexec::__write_::__write_env_t write_env{};
147147

0 commit comments

Comments
 (0)