Quellcode durchsuchen

Merge pull request #191 from Sparsh-N/typo_fix_pe_lint

Section 1: Fix typo in figure 1.5
Jeremy G. Siek vor 2 Monaten
Ursprung
Commit
a8710cbbca
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -1769,7 +1769,7 @@ def pe_stmt(s):
     case Expr(value):
       return Expr(pe_exp(value))
 
-def pe_P_int(p):
+def pe_Lint(p):
   match p:
     case Module(body):
       new_body = [pe_stmt(s) for s in body]