소스 검색

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;