Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  Update ei_users_guide.xml
  • Loading branch information
rickard-green committed Aug 14, 2023
2 parents 5a7c871 + 291e5c2 commit d7abb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/erl_interface/doc/src/ei_users_guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ ei_x_encode_tuple_header(&buf, 2);
ei_x_encode_pid(&buf, ei_self(ec));
ei_x_encode_atom(&buf, "Hello world");
ei_reg_send(&ec,fd,"my_server",buf,buf.index);]]></code>
ei_reg_send(&ec, fd, "my_server", buf.buff, buf.index);]]></code>

<p>The first element of the tuple that is sent is your own
pid. This enables <c>my_server</c> to reply.
Expand Down

0 comments on commit d7abb0e

Please sign in to comment.