Browse Source

settings_common: Fix typo

nce_cpp
lat9nq 2 years ago
parent
commit
cd0fb12c62
  1. 2
      src/common/settings_common.h

2
src/common/settings_common.h

@ -231,7 +231,7 @@ public:
[[nodiscard]] virtual constexpr bool IsFloatingPoint() const = 0;
/**
* @returns True if the underlying type is a integer storage
* @returns True if the underlying type is an integer storage
*/
[[nodiscard]] virtual constexpr bool IsIntegral() const = 0;

Loading…
Cancel
Save