Skip to content

Commit

Permalink
Update Intellisense comment (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 8, 2023
1 parent 974a8e2 commit 47246e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System.Device.I2c.Slave/I2cSlaveDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class I2cSlaveDevice : IDisposable
private readonly byte[] _buffer;

/// <summary>
/// The address of the I2C device.
/// The address of the I2C slave device.
/// </summary>
/// <value> The address of the I2C device.</value>
public int DeviceAddress => _deviceAddress;
Expand Down

0 comments on commit 47246e4

Please sign in to comment.