mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
settings_common: Fix typo
This commit is contained in:
parent
4fc1f4ec1a
commit
cd0fb12c62
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue