From f647e5a14f76fd00a424deee967805059e3eb034 Mon Sep 17 00:00:00 2001 From: Vik Nikolova Date: Tue, 6 Aug 2024 12:43:53 +0200 Subject: [PATCH] Fix: Change positioning of the paragraph preceding the RPC vs REST section (#504) --- topics/tutorial-first-steps-with-kotlin-rpc.topic | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/topics/tutorial-first-steps-with-kotlin-rpc.topic b/topics/tutorial-first-steps-with-kotlin-rpc.topic index 9676eaf25..b9194b2b1 100644 --- a/topics/tutorial-first-steps-with-kotlin-rpc.topic +++ b/topics/tutorial-first-steps-with-kotlin-rpc.topic @@ -454,10 +454,6 @@ -

- Having created a basic example, let’s now dig deeper into how everything works. In particular, let’s compare - and contrast Kotlin RPC with the two main alternatives – REST and gRPC. -

@@ -519,6 +515,10 @@ style="block" width="706" border-effect="line"/> +

+ Having created a working example, let’s now dig deeper into how everything works. In particular, let’s + compare and contrast Kotlin RPC with the two main alternatives – REST and gRPC. +