diff paper/chapter2.tex @ 116:d45899154815 default tip

Fixed
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 06 Mar 2014 00:48:26 +0900
parents eac8620cf9cd
children
line wrap: on
line diff
--- a/paper/chapter2.tex	Wed Mar 05 19:54:34 2014 +0900
+++ b/paper/chapter2.tex	Thu Mar 06 00:48:26 2014 +0900
@@ -141,7 +141,7 @@
 このTreeOperationの集まりをTreeOperationLogという.
 
 \subsection{TreeOperationLog}
- Jungle 内部ではTreeOperationは順次ログに積まれていき, 最終的に
+Jungle 内部ではTreeOperationは順次ログに積まれていき, 最終的に
 commitされることで編集が完了する.
 この時, ログに積まれた複数のTreeOperationはTreeOperationLogとして扱われる.
 TreeOperationLogの仕様をソースコード\ref{src:treeoperationlog}に示す.