Skip to content

Commit

Permalink
Fixed typo: "of" → "or"
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Aug 16, 2024
1 parent e2f39ff commit e2a54ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kable-core/src/commonMain/kotlin/Bluetooth.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public object Bluetooth {
/**
* Checks if Bluetooth Low Energy is supported on the system. Being supported (a return of
* `true`) does not necessarily mean that bluetooth operations will work. The radio could be off
* of permissions may be denied.
* or permissions may be denied.
*
* This function is idempotent.
*/
Expand Down

0 comments on commit e2a54ae

Please sign in to comment.