Skip to content

Commit 3aa4a83

Browse files
authored
Wording fixes (#175)
1 parent 0c3a1d3 commit 3aa4a83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/kotlinx-rpc/topics/0-2-4.topic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<td><code>kotlinx.rpc.UninitializedRPCFieldException</code></td>
5454
</tr>
5555
</table>
56-
Old declaration and marked with <code>@Deprecated(WARNING)</code>
57-
and will be removed in 2 minor releases.
56+
Old declarations are marked with <code>@Deprecated(WARNING)</code>
57+
and will be removed during the next two minor releases.
5858
</chapter>
5959
</topic>

samples/ktor-android-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ktor Android App
2-
Sample Android application and Kotlin/Jvm on backend,that uses kRPC with Ktor to communicate.
2+
Sample Android application and Kotlin/Jvm on backend, that uses kRPC protocol with Ktor to communicate.
33

44
### Running server
55
To run server, run `main` function in [Application.kt](/server/src/main/kotlin/Application.kt) from IDEA UI.

0 commit comments

Comments
 (0)