From 2cf455dc130a0df575e95cff47ae797353e304e6 Mon Sep 17 00:00:00 2001 From: Alex0vSky <52796897+Alex0vSky@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:24:17 +0300 Subject: [PATCH] [MOS-1046] Update module-services/service-cellular/call/doc/README.md Typo in documentation module-services/service-cellular/call/doc/README.md The state machine library is called `sml`, not `stm`. --- module-services/service-cellular/call/doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-services/service-cellular/call/doc/README.md b/module-services/service-cellular/call/doc/README.md index b036752b605df3ac42b4d9a57c64d2d25aebb323..37ac162ca59cd22bf79611e8d1802564bf1167ae 100644 --- a/module-services/service-cellular/call/doc/README.md +++ b/module-services/service-cellular/call/doc/README.md @@ -37,7 +37,7 @@ CellularCall.hpp is written such as: - any API has to first define a virtual interface - then define platform implementation -State machine is written using [boost::stm](https://boost-ext.github.io/sml/index.html) +State machine is written using [boost::sml](https://boost-ext.github.io/sml/index.html) **NOTE** API catalog should and can be further split into API header and platform implementation.