1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-14 00:04:08 -05:00

settings_common: Fix typo

This commit is contained in:
lat9nq 2023-09-14 11:30:14 -04:00
parent fe70c6f481
commit fea5b758bc

View File

@ -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;