Skip to content

Commit

Permalink
typo修正 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plinano authored Mar 9, 2024
1 parent c81400c commit a729ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Siv3D/include/Siv3D/Font.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace s3d
/// @brief デストラクタ
virtual ~Font();

/// @brief フォールバッグフォントを追加します
/// @brief フォールバックフォントを追加します
/// @param font フォールバックとして追加するフォント
/// @return 追加に成功した場合 true, それ以外の場合は false
bool addFallback(const Font& font) const;
Expand Down

0 comments on commit a729ae8

Please sign in to comment.