Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/modbuspp/slave.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ namespace Modbus {
/**
* @brief Read a single coil (bit)
*
* This function shall read a signle bit (coil) to the address @b addr of
* This function shall read a single bit (coil) to the address @b addr of
* the device. The result of reading is stored in @b dest
* as boolean.
*
Expand Down Expand Up @@ -328,7 +328,7 @@ namespace Modbus {
/**
* @brief Read a single register
*
* This function shall read a signle holding register to
* This function shall read a single holding register to
* the address @b addr of the device.
*
* The result of reading is stored in @b dest as word values (16 bits).
Expand Down