Skip to content

Commit 5e1bfda

Browse files
authored
Fix typo in descriptorOf example in project README (#124)
1 parent 6eac8a5 commit 5e1bfda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For example, a peripheral might have the following structure:
162162

163163
To access a characteristic or descriptor, use the [`charactisticOf`] or [`descriptorOf`] functions, respectively.
164164

165-
In the above example, to access "Descriptor D2":
165+
In the above example, to access "Descriptor D3":
166166

167167
```kotlin
168168
val descriptor = descriptorOf(

0 commit comments

Comments
 (0)