소스 검색

:beers: Fix typo in ProgC supervision 1 code

Andrea Franceschini 6 년 전
부모
커밋
fdaf617ca5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      files/ProgC/supervision_1.html

+ 2 - 2
files/ProgC/supervision_1.html

@@ -18,7 +18,7 @@
     <p>Does the following code terminate? And if so, under which conditions?</p>
 
     <pre>
-    char i, j; language-char i, j;
+    char i, j;
     for (i = 0; i &lt; 10, j &lt; 5; i++, j++);
     </pre>
 
@@ -186,4 +186,4 @@
 
 </body>
 
-</html>
+</html>