Skip to content

Commit 7e8b52e

Browse files
committed
Typoを修正
1 parent f3b78ac commit 7e8b52e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

reference/chrono/format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ int main()
134134
- C++20
135135

136136
### 処理系
137-
- [Clang](/implementation.md#clang): 17 [mark mark verified]
137+
- [Clang](/implementation.md#clang): 17 [mark verified]
138138
- [GCC](/implementation.md#gcc): 13 [mark verified]
139139
- [Visual C++](/implementation.md#visual_cpp): 2019 Update 10 [mark verified]
140140

@@ -145,7 +145,7 @@ int main()
145145
- [LWG Issue 3230. Format specifier `%y`/`%Y` is missing locale alternative versions](https://wg21.cmeerw.net/lwg/issue3230)
146146
- [LWG Issue 3262. Formatting of negative durations is not specified](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2117r0.html#3262)
147147
- [LWG Issue 3270. Parsing and formatting `%j` with `duration`s](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2117r0.html#3270)
148-
- [LWG Issue 3272. `%I``%p` should `parse`/`format` `duration` since midnight](https://wg21.cmeerw.net/lwg/issue3272)
148+
- [LWG Issue 3272. `%I%p` should `parse`/`format` `duration` since midnight](https://wg21.cmeerw.net/lwg/issue3272)
149149
- [P2372R1 Fixing locale handling in chrono formatters](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2372r1.html)
150150
- この提案文書はC++20の策定後に採択されたが、実装が追いついていない時期の採択だったために、C++20の仕様として扱われる
151151

reference/chrono/parse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ JST
184184
- [LWG Issue 3245. Unnecessary restriction on `'%p'` parse specifier](https://wg21.cmeerw.net/lwg/issue3245)
185185
- [LWG Issue 3269. Parse manipulators do not specify the result of the extraction from stream](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2117r0.html#3269)
186186
- [LWG Issue 3270. Parsing and formatting `%j` with `duration`s](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2117r0.html#3270)
187-
- [LWG Issue 3272. `%I``%p` should `parse`/`format` `duration` since midnight](https://wg21.cmeerw.net/lwg/issue3272)
187+
- [LWG Issue 3272. `%I%p` should `parse`/`format` `duration` since midnight](https://wg21.cmeerw.net/lwg/issue3272)

0 commit comments

Comments
 (0)