We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a370b commit 6f68abcCopy full SHA for 6f68abc
src/transport/Session.h
@@ -46,7 +46,7 @@ class Session;
46
* won't be able to be grabbed by any SessionHolder. SessionHandle->IsActiveSession can be used to check if the session is
47
* active.
48
*
49
- * A `SessionHandle` exists to guarante that the object it points to will not be released while allowing passing
+ * 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.
51
52
* Example code that breaks assumptions (hard to reason about/maintain):
0 commit comments