Fixed typo in comment

This commit is contained in:
Surya Murugan 2023-02-25 20:46:10 +05:30 committed by GitHub
parent f3fb9c3cfd
commit 69d6811203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
void setup() { void setup() {
// If the only Service defined in the FIRST Accessory of a mult-Accessory device is the required Accessory Information Service, // If the only Service defined in the FIRST Accessory of a multi-Accessory device is the required Accessory Information Service,
// the device is said to be configured as a "Bridge". Historically there may have been a number of functional differences between bridge // the device is said to be configured as a "Bridge". Historically there may have been a number of functional differences between bridge
// devices and non-bridge devices, but since iOS 15, it's not obvious there are any differences in functionality, with two exceptions: // devices and non-bridge devices, but since iOS 15, it's not obvious there are any differences in functionality, with two exceptions: