diff --git a/docs/pages/kotlinx-rpc/topics/strict-mode.topic b/docs/pages/kotlinx-rpc/topics/strict-mode.topic index 7544666b5..226a3d593 100644 --- a/docs/pages/kotlinx-rpc/topics/strict-mode.topic +++ b/docs/pages/kotlinx-rpc/topics/strict-mode.topic @@ -35,7 +35,7 @@ interface Service { val old: Flow<Int> // deprecated - suspend fun new(): Flow<Int> // store flow locally + fun new(): Flow<Int> // store flow locally }