Skip to content

Commit 7fe1357

Browse files
committed
[meta id-type] を修正
1 parent f5c719e commit 7fe1357

16 files changed

+16
-16
lines changed

reference/algorithm/ranges_in_found_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# in_found_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* function template[meta id-type]
4+
* class template[meta id-type]
55
* cpp20[meta cpp]
66

77
```cpp

reference/algorithm/ranges_in_fun_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# in_fun_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* function template[meta id-type]
4+
* class template[meta id-type]
55
* cpp20[meta cpp]
66

77
```cpp

reference/algorithm/ranges_in_in_out_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# in_in_out_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* function template[meta id-type]
4+
* class template[meta id-type]
55
* cpp20[meta cpp]
66

77
```cpp

reference/algorithm/ranges_in_in_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# in_in_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* function template[meta id-type]
4+
* class template[meta id-type]
55
* cpp20[meta cpp]
66

77
```cpp

reference/algorithm/ranges_in_out_out_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# in_out_out_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* function template[meta id-type]
4+
* class template[meta id-type]
55
* cpp20[meta cpp]
66

77
```cpp

reference/algorithm/ranges_in_out_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# in_out_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* function template[meta id-type]
4+
* class template[meta id-type]
55
* cpp20[meta cpp]
66

77
```cpp

reference/algorithm/ranges_in_value_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# in_value_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* class[meta id-type]
4+
* class template[meta id-type]
55
* cpp23[meta cpp]
66

77
```cpp

reference/algorithm/ranges_min_max_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# min_max_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* function template[meta id-type]
4+
* class template[meta id-type]
55
* cpp20[meta cpp]
66

77
```cpp

reference/algorithm/ranges_out_value_result.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# out_value_result
22
* algorithm[meta header]
33
* std::ranges[meta namespace]
4-
* function template[meta id-type]
4+
* class template[meta id-type]
55
* cpp23[meta cpp]
66

77
```cpp

reference/ios/ios_base/type-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# event
22
* ios[meta header]
3-
* type-alias[meta id-type]
3+
* enum[meta id-type]
44
* std[meta namespace]
55
* ios_base[meta class]
66

0 commit comments

Comments
 (0)