Skip to content

Commit ee3173b

Browse files
MirkoCovizzirlubos
authored andcommitted
nrf_modem: doc: softsim_interface: fix typo
Fixes a typo. Signed-off-by: Mirko Covizzi <mirko.covizzi@nordicsemi.no>
1 parent ddd422d commit ee3173b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf_modem/doc/softsim_interface.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is called instead of the :c:func:`nrf_modem_softsim_res` function.
2929
If a SoftSIM request from the Modem library has data associated with it, the application is expected to free the data by calling the :c:func:`nrf_modem_softsim_data_free` function, if the data is not used anymore.
3030

3131
.. note::
32-
All requests and responses follows the standard IOS/IEC 7816-3, PPS sequence, or APDU.
32+
All requests and responses follows the standard ISO/IEC 7816-3, PPS sequence, or APDU.
3333

3434
The following code block shows an example implementation of the API.
3535
The ``softsim_handler()`` function is an implementation of the :c:type:`nrf_modem_softsim_req_handler_t` handler.

0 commit comments

Comments
 (0)