From 8422de8ba0ad7cf542b5e77857a7228f03d45d07 Mon Sep 17 00:00:00 2001 From: Kirk Benell Date: Mon, 6 May 2024 13:55:47 -0600 Subject: [PATCH] fixed a doc typo --- src/sfeTkArdSPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfeTkArdSPI.h b/src/sfeTkArdSPI.h index cfab0e3..457a809 100644 --- a/src/sfeTkArdSPI.h +++ b/src/sfeTkArdSPI.h @@ -63,7 +63,7 @@ class sfeTkArdSPI : public sfeTkISPI /** @brief Assignment copy operator for Arduino SPI bus object of the toolkit - @param rsh The right hand side of the assignment. + @param rhs The right hand side of the assignment. @return sfeTkArdSPI& - The left hand side of the assignment. */ sfeTkArdSPI &operator=(const sfeTkArdSPI &rhs)