diff options
author | Adam <adam@adambard.com> | 2013-08-13 10:14:57 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-08-13 10:14:57 -0700 |
commit | 10637b0e77cca3daf5bd79e2d1eed2cb250a4192 (patch) | |
tree | 16565269c5104ec9ef9b230f5492e67e121e7421 | |
parent | 93fc8f5e8044c404d1feb600cf50eb932b596325 (diff) |
Header changes
-rw-r--r-- | common-lisp.html.markdown | 2 | ||||
-rw-r--r-- | ko-kr/lua-kr.html.markdown | 5 | ||||
-rw-r--r-- | zh-cn/racket-cn.html.markdown | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown index e174e0df..a917304c 100644 --- a/common-lisp.html.markdown +++ b/common-lisp.html.markdown @@ -1,6 +1,6 @@ --- -language: commonlisp +language: "Common Lisp" filename: commonlisp.lisp contributors: - ["Paul Nathan", "https://github.com/pnathan"] diff --git a/ko-kr/lua-kr.html.markdown b/ko-kr/lua-kr.html.markdown index 3f6223d6..2badf734 100644 --- a/ko-kr/lua-kr.html.markdown +++ b/ko-kr/lua-kr.html.markdown @@ -1,4 +1,4 @@ ---- +--- language: lua category: language contributors: @@ -395,6 +395,7 @@ g() -- 343이 출력됩니다. 그전까지는 아무것도 출력되지 않습 --]] ``` + ## 참고자료 루아를 배우는 일이 흥미진진했던 이유는 <a href="http://love2d.org/">Love 2D 게임 엔진</a>을 이용해 @@ -420,4 +421,4 @@ learn.lua로 저장한 후 "lua learn.lua"를 실행해 보세요! 이 글은 tylerneylon.com에 처음으로 써본 글이며, <a href="https://gist.github.com/tylerneylon/5853042">Github의 Gist</a>에서도 확인할 수 있습니다. -루아로 즐거운 시간을 보내세요!
\ No newline at end of file +루아로 즐거운 시간을 보내세요! diff --git a/zh-cn/racket-cn.html.markdown b/zh-cn/racket-cn.html.markdown index e17aedda..d43511ea 100644 --- a/zh-cn/racket-cn.html.markdown +++ b/zh-cn/racket-cn.html.markdown @@ -1,6 +1,7 @@ --- language: racket +lang: zh-cn filename: learnracket.rkt contributors: - ["th3rac25", "https://github.com/voila"] |