瀏覽代碼

settings_common: Fix typo

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;