1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 08:16:58 +02:00

fix typo in Java tutorial and resave lua tutorial as UTF-8

This commit is contained in:
wikibook
2013-08-20 23:42:22 +09:00
parent 276d73bdd3
commit 9475d643c1
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ public class LearnJava {
System.out.println(--i); //i = 0. 전치 감소 연산
///////////////////////////////////////
// 에저 구조
// 제어 구조
///////////////////////////////////////
System.out.println("\n->Control Structures");

View File

@@ -1,4 +1,4 @@
---
---
language: lua
category: language
contributors: