ソースを参照

doc: fix estabilished spelling (#1342)

Luca Della Vedova 6 日 前
コミット
dad5216d22
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/entt/signal/sigh.hpp

+ 2 - 2
src/entt/signal/sigh.hpp

@@ -221,7 +221,7 @@ private:
  * @brief Connection class.
  * @brief Connection class.
  *
  *
  * Opaque object the aim of which is to allow users to release an already
  * Opaque object the aim of which is to allow users to release an already
- * estabilished connection without having to keep a reference to the signal or
+ * established connection without having to keep a reference to the signal or
  * the sink that generated it.
  * the sink that generated it.
  */
  */
 class connection {
 class connection {
@@ -261,7 +261,7 @@ private:
  * @brief Scoped connection class.
  * @brief Scoped connection class.
  *
  *
  * Opaque object the aim of which is to allow users to release an already
  * Opaque object the aim of which is to allow users to release an already
- * estabilished connection without having to keep a reference to the signal or
+ * established connection without having to keep a reference to the signal or
  * the sink that generated it.<br/>
  * the sink that generated it.<br/>
  * A scoped connection automatically breaks the link between the two objects
  * A scoped connection automatically breaks the link between the two objects
  * when it goes out of scope.
  * when it goes out of scope.