We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f68abc commit 6a50449Copy full SHA for 6a50449
src/transport/Session.h
@@ -47,7 +47,7 @@ class Session;
47
* active.
48
*
49
* A `SessionHandle` exists to guarantee that the object it points to will not be released while allowing passing
50
- * the handle as a reference, to not incur refeference-counted Retain/Release extra calls.
+ * the handle as a reference, to not incur extra reference-counted Retain/Release calls.
51
52
* Example code that breaks assumptions (hard to reason about/maintain):
53
0 commit comments