Skip to content

Commit 8422de8

Browse files
committed
fixed a doc typo
1 parent e5533ad commit 8422de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfeTkArdSPI.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class sfeTkArdSPI : public sfeTkISPI
6363
/**
6464
@brief Assignment copy operator for Arduino SPI bus object of the toolkit
6565
66-
@param rsh The right hand side of the assignment.
66+
@param rhs The right hand side of the assignment.
6767
@return sfeTkArdSPI& - The left hand side of the assignment.
6868
*/
6969
sfeTkArdSPI &operator=(const sfeTkArdSPI &rhs)

0 commit comments

Comments
 (0)