Skip to content

Commit aaf1db6

Browse files
committed
doc: fix typo found by DrahtBot
Suggested by maflcko <[email protected]> #184 (comment)
1 parent d8c1632 commit aaf1db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mp/proxy-types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ struct ReadDestEmplace
9494
{
9595
ReadDestEmplace(TypeList<LocalType>, EmplaceFn emplace_fn) : m_emplace_fn(std::move(emplace_fn)) {}
9696

97-
//! Simple case. If ReadField impementation calls this construct() method
97+
//! Simple case. If ReadField implementation calls this construct() method
9898
//! with constructor arguments, just pass them on to the emplace function.
9999
template <typename... Args>
100100
decltype(auto) construct(Args&&... args)

0 commit comments

Comments
 (0)