Skip to content

Commit

Permalink
Typo: "linearlizable" -> "linearizable"
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanical-snail committed Jul 19, 2012
1 parent c8a1af2 commit c65f4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/overviews/parallel-collections/ctries.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ language: ja
}
println()

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

0 comments on commit c65f4e0

Please sign in to comment.