Skip to content

Commit

Permalink
Some wording fixes that I found
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Aug 20, 2024
1 parent 0c3a1d3 commit d8f7497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/kotlinx-rpc/topics/0-2-4.topic
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<td><code>kotlinx.rpc.UninitializedRPCFieldException</code></td>
</tr>
</table>
Old declaration and marked with <code>@Deprecated(WARNING)</code>
and will be removed in 2 minor releases.
Old declarations are marked with <code>@Deprecated(WARNING)</code>
and will be removed in during the next two minor releases.
</chapter>
</topic>
2 changes: 1 addition & 1 deletion samples/ktor-android-app/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ktor Android App
Sample Android application and Kotlin/Jvm on backend,that uses kRPC with Ktor to communicate.
Sample Android application and Kotlin/Jvm on backend, that uses kRPC protocol with Ktor to communicate.

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

0 comments on commit d8f7497

Please sign in to comment.