From c27406f1cb394d76e043f2e783a69cb69acaa239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 8 Nov 2023 17:12:59 +0000 Subject: [PATCH] Update Intellisense comment --- System.Device.I2c.Slave/I2cSlaveDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System.Device.I2c.Slave/I2cSlaveDevice.cs b/System.Device.I2c.Slave/I2cSlaveDevice.cs index 75b6b2a..f09e4ba 100644 --- a/System.Device.I2c.Slave/I2cSlaveDevice.cs +++ b/System.Device.I2c.Slave/I2cSlaveDevice.cs @@ -28,7 +28,7 @@ public class I2cSlaveDevice : IDisposable private readonly byte[] _buffer; /// - /// The address of the I2C device. + /// The address of the I2C slave device. /// /// The address of the I2C device. public int DeviceAddress => _deviceAddress;