mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Fix typos with cspell (#6972)
This commit is contained in:
@@ -166,7 +166,7 @@ inline T UnpackStruct(std::span<const uint8_t> data, const I&... info) {
|
||||
* @tparam Offset starting offset
|
||||
* @tparam N number of objects
|
||||
* @param data raw struct data
|
||||
* @return Desrialized array
|
||||
* @return Deserialized array
|
||||
*/
|
||||
template <StructSerializable T, size_t Offset, size_t N>
|
||||
inline wpi::array<T, N> UnpackStructArray(std::span<const uint8_t> data) {
|
||||
|
||||
Reference in New Issue
Block a user