Fix typo in ContextEventsListener.scala (#8958)

This commit is contained in:
Ikko Eltociear Ashimine 2024-02-09 23:01:02 +09:00 committed by GitHub
parent 200a494242
commit 66dfefe810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ import scala.concurrent.duration._
*
* @param runtimeFailureMapper mapper for runtime failures
* @param rpcSession reference to the client
* @param contextId exectuion context identifier
* @param contextId execution context identifier
* @param sessionRouter the session router
* @param updatesSendRate how often send the updates to the user
*/
@ -313,7 +313,7 @@ object ContextEventsListener {
*
* @param runtimeFailureMapper mapper for runtime failures
* @param rpcSession reference to the client
* @param contextId exectuion context identifier
* @param contextId execution context identifier
* @param sessionRouter the session router
* @param updatesSendRate how often send the updates to the user
*/