Skip to content

Commit

Permalink
Fix: Change positioning of the paragraph preceding the RPC vs REST se…
Browse files Browse the repository at this point in the history
…ction (#504)
  • Loading branch information
vnikolova authored Aug 6, 2024
1 parent 833d4f1 commit f647e5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions topics/tutorial-first-steps-with-kotlin-rpc.topic
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,6 @@
</step>
</procedure>
</chapter>
<p>
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.
</p>
</chapter>
<chapter title="Extend the example" id="extend-the-example">
<p>
Expand Down Expand Up @@ -519,6 +515,10 @@
style="block" width="706" border-effect="line"/>
</step>
</procedure>
<p>
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.
</p>
</chapter>
<chapter title="RPC vs. REST" id="rpc-vs-rest">
<p>
Expand Down

0 comments on commit f647e5a

Please sign in to comment.