Fix spelling

This commit is contained in:
John Wellbelove 2026-05-28 17:50:45 +01:00
parent 8f97937049
commit f61fc460bb

View File

@ -147,7 +147,7 @@ Maximum unsigned value a particular number of bits can represent.
template <typename TReturn, size_t NBits, typename TValue>
ETL_CONSTEXPR14 TReturn fold_bits(TValue value)
```
**Decsription**
**Description**
Fold a binary number down to a set number of bits using XOR.
**Example**