Skip to content

Commit

Permalink
コード修飾漏れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 19, 2023
1 parent dc3a27e commit 7f6f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/format/format_kind.md
Expand Up @@ -21,7 +21,7 @@ namespace std {
Rangeの書式種別を取得する変数テンプレート。
- (1) プライマリテンプレート。これがインスタンス化されたらプログラムは不適格となる
- (2) 入力Rangeの型Rに応じて、書式種別を取得する
- (2) 入力Rangeの型`R`に応じて、書式種別を取得する
## 適格要件
Expand Down

0 comments on commit 7f6f300

Please sign in to comment.