Skip to content

Commit bcd7110

Browse files
authored
fix typos (#1072)
Signed-off-by: Ryan M. Lederman <lederman@gmail.com>
1 parent 4e86925 commit bcd7110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RF24.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ class RF24
290290
/**
291291
* Same as begin(), but allows specifying a non-default SPI bus to use.
292292
*
293-
* @note This function assumes the `SPI::begin()` method was called before to
293+
* @note This function assumes the `SPI::begin()` method was called before
294294
* calling this function.
295295
*
296296
* @warning This function is for the Arduino platforms only
@@ -308,7 +308,7 @@ class RF24
308308
* Same as begin(), but allows dynamically specifying a SPI bus, CE pin,
309309
* and CSN pin to use.
310310
*
311-
* @note This function assumes the `SPI::begin()` method was called before to
311+
* @note This function assumes the `SPI::begin()` method was called before
312312
* calling this function.
313313
*
314314
* @warning This function is for the Arduino platforms only

0 commit comments

Comments
 (0)