Skip to content

Commit

Permalink
improve template parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed May 19, 2021
1 parent 8ac49bb commit 75f2c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llama/Core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct std::tuple_element<I, llama::ArrayDims<N>>
namespace llama
{
/// A type list of \ref Field which may be used to define a record dimension.
template <typename... Leaves>
template <typename... Fields>
struct Record
{
};
Expand Down

0 comments on commit 75f2c0b

Please sign in to comment.