Skip to content

Commit

Permalink
Updated SMPPEX.ESME.Sync docs
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Aug 25, 2017
1 parent 034a9e1 commit 6788bdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/smppex/esme/sync.ex
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
defmodule SMPPEX.ESME.Sync do
@moduledoc """
`SMPPEX.ESME.Sync` is an implementation of `SMPPEX.ESME`. It allows to send PDUs
`SMPPEX.ESME.Sync` is an ESME implementation of `SMPPEX.Session`. It allows to send PDUs
to SMSCs in a syncronous way, i.e. blocking till the response PDU comes.
`SMPPEX.ESME.Sync` is an `SMPPEX.ESME`, so one can use with `SMPPEX.ESME.Sync` all
methods provided by `SMPPEX.ESME` like `SMPPEX.ESME.send_pdu/2`, etc.
One can use with `SMPPEX.ESME.Sync` all
methods provided by `SMPPEX.Session` like `SMPPEX.Session.send_pdu/2`, etc.
"""

use SMPPEX.Session
Expand Down Expand Up @@ -89,7 +89,7 @@ defmodule SMPPEX.ESME.Sync do
@spec stop(esme :: pid) :: :ok

@doc """
Stops ESME syncronously.
Stops ESME.
"""
def stop(esme) do
Session.stop(esme)
Expand Down

0 comments on commit 6788bdc

Please sign in to comment.