Browse Source

fix typo in InterpLvar example

Carsten Gips 1 năm trước cách đây
mục cha
commit
167a52dca3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -2163,7 +2163,7 @@ class InterpLint:
 \end{minipage}
 \begin{minipage}{0.45\textwidth}
   \begin{lstlisting}
-def InterpLvar(InterpLint):
+class InterpLvar(InterpLint):
   def interp_exp(e):
     match e:
       case Name(id):