doc: minor changes

This commit is contained in:
skypjack
2023-07-22 11:40:42 +02:00
committed by Michele Caini
parent b1b6470cc2
commit 54a15d7b51

View File

@@ -40,7 +40,7 @@ inline constexpr meta_ctx_arg_t meta_ctx_arg{};
/*! @brief Opaque meta context type. */
class meta_ctx: private internal::meta_context {
/*! @brief Attorney idiom like model to access the base class. */
// attorney idiom like model to access the base class
friend struct internal::meta_context;
};