Skip to content

Commit

Permalink
optional.or_else: リンク修正
Browse files Browse the repository at this point in the history
  • Loading branch information
acd1034 committed Jan 28, 2023
1 parent fb27730 commit 3e0c51d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/optional/optional/or_else.md
Expand Up @@ -127,9 +127,9 @@ int main()
```
* or_else[color ff0000]
* std::nullopt[link ../nullopt_t.md]
* std::string_view[link ../string_view/basic_string_view.md]
* std::from_chars[link ../charconv/from_chars.md]
* std::errc[link ../system_error/errc.md]
* std::string_view[link ../../string_view/basic_string_view.md]
* std::from_chars[link ../../charconv/from_chars.md]
* std::errc[link ../../system_error/errc.md]
#### 出力
Expand Down

0 comments on commit 3e0c51d

Please sign in to comment.