Skip to content

Commit 8b44bdc

Browse files
authored
Merge pull request #135 from kdnakt/translate-map
Translate untranslated line in map.md
2 parents 2598f25 + 865e1f0 commit 8b44bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/option_unwrap/map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with an input. In these cases, [combinators][combinators] can be used to
77
manage control flow in a modular fashion.
88
-->
99
`match``Option`を扱うのに適したメソッドです。しかし、大量にこれを使用しているとじきに億劫になってくるでしょう。引数の値が有効である(訳注: この場合は`None`でない)必要がある関数を扱う際には特にそうです。
10-
In these cases, [combinators][combinators] can be used to manage control flow in a modular fashion.
10+
そうした場合には、[コンビネータ][combinators]を使うと、処理の流れをモジュール化されたやり方で管理できます。
1111

1212
<!--
1313
`Option` has a built in method called `map()`, a combinator for the simple

0 commit comments

Comments
 (0)