From d3f193439851fb5680a610e1daf9107eebca8255 Mon Sep 17 00:00:00 2001 From: "Ryan M. Lederman" Date: Tue, 26 May 2026 06:56:52 -0600 Subject: [PATCH] fix typos Signed-off-by: Ryan M. Lederman --- RF24.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RF24.h b/RF24.h index f8fa4737..4b08f002 100644 --- a/RF24.h +++ b/RF24.h @@ -290,7 +290,7 @@ class RF24 /** * Same as begin(), but allows specifying a non-default SPI bus to use. * - * @note This function assumes the `SPI::begin()` method was called before to + * @note This function assumes the `SPI::begin()` method was called before * calling this function. * * @warning This function is for the Arduino platforms only @@ -308,7 +308,7 @@ class RF24 * Same as begin(), but allows dynamically specifying a SPI bus, CE pin, * and CSN pin to use. * - * @note This function assumes the `SPI::begin()` method was called before to + * @note This function assumes the `SPI::begin()` method was called before * calling this function. * * @warning This function is for the Arduino platforms only