mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-25 13:36:45 -05:00
settings_common: Fix typo
This commit is contained in:
@@ -231,7 +231,7 @@ public:
|
|||||||
[[nodiscard]] virtual constexpr bool IsFloatingPoint() const = 0;
|
[[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;
|
[[nodiscard]] virtual constexpr bool IsIntegral() const = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user