We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e25e3f commit 29a1502Copy full SHA for 29a1502
src/app/server-cluster/ServerClusterInterface.h
@@ -45,7 +45,7 @@ class ServerClusterInterface
45
46
/// Starts up the server cluster interface.
47
///
48
- /// The `context` lifetime is guaranteed to be valid
+ /// The `context` lifetime must be guaranteed to last
49
/// until `Shutdown` is called.
50
virtual CHIP_ERROR Startup(ServerClusterContext * context) = 0;
51
0 commit comments