fixed typos (see #235)

This commit is contained in:
Michele Caini
2019-04-29 18:13:18 +02:00
parent 95b90974a2
commit ce05504278
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ private:
/**
* @brief Deduction guideline.
* @brief Deduction guide.
*
* It allows to deduce the constness of a registry directly from the instance
* provided to the constructor.
@@ -97,7 +97,7 @@ private:
/**
* @brief Deduction guideline.
* @brief Deduction guide.
*
* It allows to deduce the constness of a registry directly from the instance
* provided to the constructor.

View File

@@ -250,7 +250,7 @@ bool operator!=(const delegate<Ret(Args...)> &lhs, const delegate<Ret(Args...)>
/**
* @brief Deduction guideline.
* @brief Deduction guide.
*
* It allows to deduce the function type of the delegate directly from a
* function provided to the constructor.
@@ -263,7 +263,7 @@ delegate(connect_arg_t<Function>) ENTT_NOEXCEPT
/**
* @brief Deduction guideline.
* @brief Deduction guide.
*
* It allows to deduce the function type of the delegate directly from a member
* or a free function with payload provided to the constructor.