Skip to content

Commit

Permalink
Comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed Feb 16, 2022
1 parent 1aead2e commit 4e9471a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/etl/byte.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace etl
enum class byte : unsigned char {};

//*************************************************************************
/// To intger.
/// To integer.
//*************************************************************************
template <typename TInteger>
constexpr
Expand Down Expand Up @@ -184,7 +184,7 @@ namespace etl
}

//*************************************************************************
/// To intger.
/// To integer.
//*************************************************************************
template <typename TInteger>
typename etl::enable_if<etl::is_integral<TInteger>::value, TInteger>::type
Expand Down
1 change: 1 addition & 0 deletions support/Release notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Added detection or selection of built-ins.
Much of etl::string and etl::string_view can be constexpr.
Added ETL initializer_list implementations that are compatible with major compilers.
Added etl::construct_at support.
Added etl::byte

===============================================================================
20.23.0
Expand Down

0 comments on commit 4e9471a

Please sign in to comment.