Skip to content

Commit

Permalink
Merge pull request #105 from adamrhunter/patch-1
Browse files Browse the repository at this point in the history
Update README.md - fixes typo in Core Bluetooth mock section
  • Loading branch information
philips77 authored Feb 5, 2024
2 parents 1948630 + a359d0e commit 581811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ work making Bluetooth-enabled apps difficult to test. As the documentation state

### Core Bluetooth Mock!

The *Core Bluetooth Mock* library defines number of **CBM...** classes and constants, that wrap or imitate the corresponding
The *Core Bluetooth Mock* library defines a number of **CBM...** classes and constants, that wrap or imitate the corresponding
**CB...** counterparts from *Core Bluetooth* framework. For example, `CBMCentralManager` has the same API and
behavior as `CBCentralManager`, etc. On physical iDevices all calls to `CBMCentralManager` and `CBMPeripheral` are
forwarded to their native equivalents, but on a simulator a user defined mock implementation is used.
Expand Down

0 comments on commit 581811c

Please sign in to comment.