diff final_main/chapter3.tex @ 14:4c3b39b281eb

update
author mir3636
date Wed, 15 Feb 2017 21:48:16 +0900
parents 86f6bb9be40a
children 11058e51adb7
line wrap: on
line diff
--- a/final_main/chapter3.tex	Wed Feb 15 20:32:30 2017 +0900
+++ b/final_main/chapter3.tex	Wed Feb 15 21:48:16 2017 +0900
@@ -41,7 +41,7 @@
 
 interface を記述することで Context から Code Gear が呼び出せるようになった。
 create は関数呼び出しで呼び出され、interface と impliment の初期化と Code Gear のポインタの設定を行う。
-return で interface を返し、その先で interface で指定した Code Gear へ継続できるようになった。
+return で interface を返し、その先で指定した Code Gear へ継続できるようになる。
 
 \begin{lstlisting}[frame=lrbt,label=interface,caption={interface}]
 typedef struct Stack<Impl>{