Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZehMatt committed Sep 20, 2024
1 parent 83b0a7c commit f2cfc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zasm/include/zasm/core/packed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace zasm
/// <summary>
/// Container to tightly pack multiple elements with a given bit size to store
/// in the provided underlying type.
/// Example: Specifying the underlying type as uint32_t and element bit size of 10 allows you to store 3 elements.
/// Example: Specifying the underlying type as uint32_t and element bit size of 10 allows to store 3 elements.
/// </summary>
/// <typeparam name="TUnderlying">The underlying storage type</typeparam>
/// <typeparam name="TElement">Value type of each element packed</typeparam>
Expand Down

0 comments on commit f2cfc93

Please sign in to comment.