We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2598f25 + 865e1f0 commit 8b44bdcCopy full SHA for 8b44bdc
src/error/option_unwrap/map.md
@@ -7,7 +7,7 @@ with an input. In these cases, [combinators][combinators] can be used to
7
manage control flow in a modular fashion.
8
-->
9
`match`は`Option`を扱うのに適したメソッドです。しかし、大量にこれを使用しているとじきに億劫になってくるでしょう。引数の値が有効である(訳注: この場合は`None`でない)必要がある関数を扱う際には特にそうです。
10
-In these cases, [combinators][combinators] can be used to manage control flow in a modular fashion.
+そうした場合には、[コンビネータ][combinators]を使うと、処理の流れをモジュール化されたやり方で管理できます。
11
12
<!--
13
`Option` has a built in method called `map()`, a combinator for the simple
0 commit comments