Skip to content

Commit 0241580

Browse files
author
Aleksandar Prokopec
committed
Merge branch 'master' of git://github.com/scala/scala.github.com
2 parents c1b1969 + 5a0c3b4 commit 0241580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conduct.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Scala Team, as well as those participating in any Scala moderated forum,
88
mailing list, wiki, web site, IRC channel, hackathon, public meeting or
99
private correspondence. Scala moderators are appointed by EPFL /
1010
Typesafe to maintain the health of the community and will arbitrate in any
11-
dispute over the conduct of a member of the community.
11+
dispute over the conduct of a member of the community.
1212

1313
Note: This should not be interpreted like a legal document. It's a statement
1414
of intent, and a guideline for collaboration.

ja/overviews/parallel-collections/ctries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ language: ja
110110
}
111111
println()
112112

113-
並行トライはまた、逐次化可能 (linearlizable) 、ロックフリー (lock-free)、かつ計算量が定数時間の `snapshot` 演算をサポートする。
113+
並行トライはまた、逐次化可能 (linearizable) 、ロックフリー (lock-free)、かつ計算量が定数時間の `snapshot` 演算をサポートする。
114114
この演算は、ある特定の時点における全ての要素を含んだ新たな並列トライを作成する。
115115
これは、実質的にはそのトライのその時点での状態を捕捉したことと変わらない。
116116
`snapshot` 演算は、並列トライの新しいルートを作成するだけだ。

0 commit comments

Comments
 (0)