lat9nq пре 2 година
родитељ
комит
fea5b758bc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/common/settings_common.h

+ 1 - 1
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;