X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Flibrary%2Fcode_rcv.im;h=56c24ebe02161299661d853f20d393ca27be4f37;hb=2b3c393e660c5e1037191f43cc70537da8316b89;hp=8d75d62bfce4f55cc5cb505a75a110a8b5ba97f8;hpb=06e85b7015b6804e641424a022d0a9ceb282e280;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/library/code_rcv.im b/doc/src/library/code_rcv.im index 8d75d62..56c24eb 100644 --- a/doc/src/library/code_rcv.im +++ b/doc/src/library/code_rcv.im @@ -21,11 +21,11 @@ .** example sender code &h2(Receiver Sample) -The receiver code is even more simple than the sender code as it does not -need to wait for a route table to arrive (only senders need to do that), nor -does it need to allocate an initial buffer. -The example assumes that the sender is transmitting a zero terminated string -as the payload. +The receiver code is even simpler than the sender code as it does not +need to wait for a route table to arrive (only senders need to do +that), nor does it need to allocate an initial buffer. The example +assumes that the sender is transmitting a zero terminated string as +the payload. &space